mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-08-23 18:26:39 +02:00
fix
This commit is contained in:
@@ -181,7 +181,7 @@
|
|||||||
flowchart: { curve: 'basis' },
|
flowchart: { curve: 'basis' },
|
||||||
gantt: { axisFormat: '%m/%d/%Y' },
|
gantt: { axisFormat: '%m/%d/%Y' },
|
||||||
sequence: { actorMargin: 50 },
|
sequence: { actorMargin: 50 },
|
||||||
sequenceDiagram: { actorMargin: 300 }, // deprecated
|
// sequenceDiagram: { actorMargin: 300 }, // deprecated
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
</body>
|
</body>
|
||||||
|
@@ -1038,7 +1038,6 @@ export default {
|
|||||||
drawText,
|
drawText,
|
||||||
drawLabel,
|
drawLabel,
|
||||||
drawActor,
|
drawActor,
|
||||||
drawActorTypeParticipant,
|
|
||||||
drawBox,
|
drawBox,
|
||||||
drawPopup,
|
drawPopup,
|
||||||
anchorElement,
|
anchorElement,
|
||||||
|
Reference in New Issue
Block a user