-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
set the position of a cluster / node #249
Comments
@xu4wang did you find any solution around this? |
not yet... looking forward a solution.
Abhi Ramani <[email protected]> 于 2020年9月12日周六 下午4:50写道:
… @xu4wang <https://github.com/xu4wang> did you find any solution around
this?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#249 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AACMAZKXYUVPWM5KEBW6TL3SFNAAFANCNFSM4P45ONMA>
.
|
I need to find a solution to this issue too. Thank you for reporting it. |
Hi!, just found this project, (It's really cool). I was having exactly the same problem and what I did was to remove the "internal" communication edge between the items causing the problem:
Since the arrow goes from the Docker node to the SessionsHA nodes, if we go horizontally as intended, it will have go on top of the Postgres node, and that's why it does this weird rendering. The ideal solution is to allow Cluster to Cluster arrows, or even Cluster to Node. Open issues asking for this: #261 #128 #17 Another solution is to use a custom image node (made from another diagram???) that is a combination of docker+postgres? Best! |
If you don't mind the arrows coming off of your
|
Thanks for the help. I like this workaround.
|
@xu4wang
|
Yes! Thanks for sharing the magic. 👍 |
I have one diagram as below:
The generated diagram is as below:
Is there a way I can set the position of the cluster? to make them aligned..
The text was updated successfully, but these errors were encountered: