The flow chart's lines are inconsistent in the visual representation. #2291
Labels
Graph: Flow
Status: Triage
Needs to be verified, categorized, etc
Type: Bug / Error
Something isn't working or is incorrect
Hello,
the issue still exists, I'll try to describe and update it again in the second attempt.
Describe the bug
The flow diagram's lines are inconsistent in the visual representation. The lines flow accurately towards the nodes on one side, whereas on the other side, the lines are bundled from or to the center node.
Only one side is displayed correctly at a time. The display accuracy depends on the number of nodes on the sides, with the side containing fewer nodes being the one displayed incorrectly, regardless of whether it is on the left or right.
To Reproduce
The live editor displays the same behavior of visualization. Increasing the number of nodes on one side leads to correction and proper display on that side, while the other side is immediately displayed incorrectly.
Example 1:
4 nodes on the left side (lines are correct) - 1 node in the centre - 3 nodes on the right side (lines are incorrect)
mermaid-live-editor
Example 2:
remove just 2 nodes from the left side
2 nodes on the left side (lines are incorrect) - 1 node in the centre - 3 nodes on the right side now (lines are correct)
Example 3:!!! this would be the correct visualisation
4 nodes on the left side (lines are correct) - 1 node in the centre - 3 nodes on the right side (lines are correct)
The text was updated successfully, but these errors were encountered: