How to connect two objects parallel side-by-side in a top-down diagram? D2 seems to put one above the other... #1300
HariSekhon
started this conversation in
General
Replies: 3 comments 2 replies
|
I have a similar issue here Would really like to force the outgoing arrow from (Sidenote: D2 is awesome, so happy I found it!) |
0 replies
|
sorry for the delay. this actually is a limitation of dagre. mermaid-js/mermaid#3723 we've previously tried to shim this but it was not that robust: #1120 it should be possible in ELK (and TALA of course). Not sure how married to dagre you are @HariSekhon @westmark we'll look into this again next sprint. hopefully come out with a solution this time. |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment



Uh oh!
There was an error while loading. Please reload this page.
My Playground code has two load balancers side-by-side:
but when I connect the two like
lb1 -- lb2to represent a parallel HA connection between the two, it puts one of the LBs above the other like this:Any idea how I can keep the load balancers connected side-by-side?
All reactions