This commit is contained in:
Aakansha Doshi
2023-11-06 18:57:47 +05:30
parent 23cbf50413
commit 78c1a3d980
2 changed files with 1 additions and 2 deletions

View File

@@ -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>

View File

@@ -1038,7 +1038,6 @@ export default {
drawText, drawText,
drawLabel, drawLabel,
drawActor, drawActor,
drawActorTypeParticipant,
drawBox, drawBox,
drawPopup, drawPopup,
anchorElement, anchorElement,