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

Disconnected graph bug #18

Open
ugurdogrusoz opened this issue Mar 31, 2023 · 2 comments
Open

Disconnected graph bug #18

ugurdogrusoz opened this issue Mar 31, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@ugurdogrusoz
Copy link
Contributor

When the graph is disconnected only in the hierarchical part, there is no issue but when it's disconnected in the undirected part, we get an error in the console. Such disconnected components should be laid out as part of the undirected part with some reasonable initial placement (located towards the lower right, some safe distance from that corner?)

@hamzaislam101
Copy link
Collaborator

The issue that can arise here is that the disconnected graph does not have anything to hold on so it might just move freely around the canvas. I checked and it feels like it's drifting away, but not much to disturb the overall layout.

@ugurdogrusoz
Copy link
Contributor Author

Let's not worry about this much (components drifting). If there is a need for this, we can always use the component packing utility in this extension.

@ugurdogrusoz ugurdogrusoz changed the title Disconnect graph bug Disconnected graph bug May 29, 2023
@ugurdogrusoz ugurdogrusoz removed their assignment May 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants