You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mermaid should add an option to add non forcing edges. Currently, all edges are used to finally render the chart. I suggest adding a new type of edge that is not affecting the layout.
Current Syntax:
a-->|Title| b
Proposed syntax:
a-x->|Title| c
How to Implement:
There can be two approaches:
Use main edges first to define the final layout and then place other edges without affecting the layout
Use some kind of weightage to allow the tension on the edge. We could use a different syntax then:
a-40->|Title| b
a-10->|Title| c
Example
Here, the step c is not important to the flow and hence shouldn't affect the overall flow. If we could make the edges to c irrelevant, it will not affect the layout and redirect the layout easily.
Screenshots
No response
The text was updated successfully, but these errors were encountered:
Proposal
Mermaid should add an option to add non forcing edges. Currently, all edges are used to finally render the chart. I suggest adding a new type of edge that is not affecting the layout.
Current Syntax:
a-->|Title| b
Proposed syntax:
a-x->|Title| c
How to Implement:
There can be two approaches:
a-40->|Title| b
a-10->|Title| c
Example
Here, the step c is not important to the flow and hence shouldn't affect the overall flow. If we could make the edges to c irrelevant, it will not affect the layout and redirect the layout easily.
Screenshots
No response
The text was updated successfully, but these errors were encountered: