Graph LR does not adhere to LR direction #4790
Labels
Status: Triage
Needs to be verified, categorized, etc
Type: Bug / Error
Something isn't working or is incorrect
Description
When writing a graph LR using the following syntax, I expect the subgraphs to follow the direction of the main graph (left to right).
However, as seen in the example, the Databases do not go to the right of services and instead get pushed down.
The same issue applies to the graph TD, where everything is TD, except the Databases, which end up to the right of services.
The expected result for graph LR is a graph with
System A
to the left, followed byOther Internal
orDatabases
, then the remaining one (Databases
orOther Internal
- whichever was not picked first earlier). SinceDatabases
has more connections, it would be cleaner to have that first. Finally, insert theExternal
subgraph.Steps to reproduce
Screenshots
graph LR
graph TD
Code Sample
Setup
Suggested Solutions
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: