How to declares the direction of the subgraph layout?
See original GitHub issueCan you help me? How to declares the direction of the subgraph layout?
graph TD
graph definition
subgraph title TD
graph definition
end
tks!
Issue Analytics
- State:
- Created 4 years ago
- Reactions:49
- Comments:7 (1 by maintainers)
Top Results From Across the Web
Flowcharts - mermaid - UNPKG
This declares a graph oriented from left to right. Possible directions are: TB - top bottom; BT - bottom top; RL - right...
Read more >GraphViz - How to connect subgraphs? - Stack Overflow
If you open the . dot in OmniGraffle they are properly connected, while neato and dot both create superfluous nodes for the cluster....
Read more >A Quick Introduction to Graphviz
If your rank direction is set to left to right ( rankdir=LR ), then nodes with a higher rank are placed further to...
Read more >Positioning nodes in a subgraph - Help - Graphviz
Rank only applies to one direction - normally horizontal, but vertical if rankdir=LR or rankdir=RL (rankdir | Graphviz). Also, rank only applies ...
Read more >ETHOnline 🛠️ The Graph: Building Subgraphs on The Graph
Building Subgraphs on The Graphw/ David Kajpust~ Official ETHOnline Event ~
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 FreeTop 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
Top GitHub Comments
Hi @chen4221, unfortunately this is currently not possible. Flowchart rendering depends on dagre which does not offer the functionality to set different directions in the subgraphs either, so it’s rather tricky to get it to work.
But this issue should be left open as many people have requested this feature. If you or someone else reading this can give a pointer, feel free to do so.
This feature would really be appreciated. Lots of flexibility would be added to use mermaid for even more cases. Currently this limits me quite a bit.