Can't render subgraphs with htmlLabels: false
See original GitHub issueTracked this to addSVGLabel which fails because for clusters, nodes are created with labelType: "svg" and label: "", so it tries to insert label which is a string, using appendNode, hence the error.
Issue Analytics
- State:
- Created 7 years ago
- Comments:6 (1 by maintainers)
Top Results From Across the Web
[Bug] Unable to render mermaid directional subgraph #1764
The following graph will be rendered correctly IF we remove "direction" line from the subgraphs. ... Expected result: Render directional subgraphs ...
Read more >mermaid/CHANGELOG.md - UNPKG
92, - The live editor cant show seq diagram with notes for 8.0.0-alpha.3 ... 318, - Can't render subgraphs with htmlLabels: false ......
Read more >Not able to implement subgraphs in Mermaid flowchart
Have you tried to get rid of the semicolons? It works fine on my Chrome. enter image description here.
Read more >docs/CHANGELOG.md · 2057_direction_chang_composite_states ...
#328; Not Able to See Labels even htmlLabels:false added #268. Closed issues: Gantt and sequence diagram do not render #853; margins around flowchart...
Read more >Mermaid can't render stateDiagram-v2 (#290000) - GitLab
Summary Can't render a simple state diagram: ... I wonder why we have explicit htmlLabels: false in our config. Do you know @stanhu?...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

@ghosert Just another sidenote: please don’t do
+1on github issues, this is a very bad practice. Just use Github’s reactions ( 👍 ) on issues, or you can even try to fix it yourself and send a PR.Closed by release 7.0.0, please reopen if issues remain.