-
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
Connecting two cluster #670
Comments
@ncamit I would also help if you posted your code. |
@ncamit |
Just read your explanations on the other thread. Thanks for writing that! I saw that there were two outstanding PRs (#438, #439) for rendering edges between clusters. But your solution seems the most elegant. I was wondering though, how can you include an icon with this solution? That seems to be what stood out with the other two solutions. |
You can't currently. Not until the other PRs you referenced get pulled in. You can do this, #279 (comment) , but with the |
Thank you for writing 😊 That's unfortunate... I read both threads and they seem to have deadlocked. Would be nice to both features with the same layout engine and not much change. |
I have a two cluster Cluster 1: A,B,C and Cluster 2: D,E,F .
Now I want to connect in this order : A to D , B to F , C to E
When I connect Cluster 1 to Cluster 2, Cluster 2 nodes/elements order changes. How to fix this issue
The text was updated successfully, but these errors were encountered: