有没有办法在美人鱼js图中断开到下一行的链接?

时间:2019-10-23 14:56:39

标签: javascript flowchart mermaid

我在人鱼js中有很多节点的长图。这是示例代码>>

graph LR
       A-->B
       B--Event1-->C
       C-->D
       D--Event2-->E
       E-->F
       F--Event3-->G
       G-->H
       H--Event4-->I 

当图表较长时,可悲的是,节点大小会减小以适合屏幕。 在美人鱼中,链接为水平或垂直[>>图LR或>>图TD]。 我需要断开到下一行的链接以填充节点。 有人可以帮我解决这个问题! 预先感谢。

Here is the image with few nodes.

When the diagram is long the node size is decreased to fit into the screen sadly.

0 个答案:

没有答案