Skip to content
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

Open
ncamit opened this issue Apr 1, 2022 · 5 comments
Open

Connecting two cluster #670

ncamit opened this issue Apr 1, 2022 · 5 comments

Comments

@ncamit
Copy link

ncamit commented Apr 1, 2022

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

@clayms
Copy link

clayms commented Apr 5, 2022

@ncamit
See if this helps #17 (comment)

I would also help if you posted your code.

@clayms
Copy link

clayms commented Apr 5, 2022

@ncamit
Is the following similar to the problem you are having?
#552 (comment)

@nvictor
Copy link
Contributor

nvictor commented Apr 6, 2022

@clayms

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.

@clayms
Copy link

clayms commented Apr 6, 2022

You can't currently. Not until the other PRs you referenced get pulled in.

You can do this, #279 (comment) , but with the neato layout engine, you can't do this: #17 (comment), which only works with the dot layout engine.

@nvictor
Copy link
Contributor

nvictor commented Apr 6, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants