Today one can define the direction of rendering in the global graph definition like so (top to bottom in the example below):
graph TB
A --- B
A --- C
This would place A at top with B and C below.
However when one create a subgraph there doesnt seem to be a way to force a direction within the subgraph.
For example like so:
graph TB
A --- B
A --- C
subgraph LR somename
D --- E
E --- F
F --- G
end
C --- E
As a feature request it would be nice if direction within a subgraph could be specified.
A nice and useful feature. And any progress?
Definitely needed, I started looking at this 5 minutes after starting using Mermaid. Let us know if you plan to do introduce it.
Definitely needed
A nice and useful feature. And any progress?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If you are still interested in it, and it is still relevant, you can comment or remove the label to revive it.
Duplicate of #561.
Currently tracked at #1265
Most helpful comment
Definitely needed, I started looking at this 5 minutes after starting using Mermaid. Let us know if you plan to do introduce it.