-
-
Notifications
You must be signed in to change notification settings - Fork 8k
Closed
Labels
Status: TriageNeeds to be verified, categorized, etcNeeds to be verified, categorized, etcType: Bug / ErrorSomething isn't working or is incorrectSomething isn't working or is incorrect
Description
Description
The arrows are crossing in ELK flowchart diagram.
The default render has not this problem.
Does mermaid has extra config or other workarounds?
Steps to reproduce
Example with trouble in Live editor
Example with default render has not this problem in Live editor
Screenshots
Code Sample
%%{ init : { "flowchart" : {"defaultRenderer": "elk" }}}%%
flowchart TD
Start(Start) --> A
A{Node A?} --> |No| B
B{Node B?} -->|No| C
B -->|Yes| F
C{Node C?} -->|No| D
C -->|Yes| E
E{Node E?} -->|Yes| D
E --> |No| F(Node F)
D{Node D?} --> |No| G
D --> |Yes| H
H{Node H?} --> |Yes| I
H{Node H?} --> |No| M
I(Node I) --> M
M{Node M?} --> |Yes| K(Node K)
M{Node M?} --> |No| F
G{Node G?} --> |Yes| Z
Setup
- Mermaid version: 10.2.2
- Browser and Version: Chrome
Additional Context
No response
Metadata
Metadata
Assignees
Labels
Status: TriageNeeds to be verified, categorized, etcNeeds to be verified, categorized, etcType: Bug / ErrorSomething isn't working or is incorrectSomething isn't working or is incorrect