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

Support disconnected graphs #21

Closed
vibridi opened this issue Jul 8, 2024 · 0 comments · Fixed by #22
Closed

Support disconnected graphs #21

vibridi opened this issue Jul 8, 2024 · 0 comments · Fixed by #22

Comments

@vibridi
Copy link
Collaborator

vibridi commented Jul 8, 2024

an input such as this will fail rendering:

a -> b,c,d
f -> g

because the graph includes more than one connected components. It's possible to support disconnected graphs by computing the layout of each connected component and then shifting the positions on those beyond the first

vibridi added a commit that referenced this issue Jul 8, 2024
@vibridi vibridi linked a pull request Jul 8, 2024 that will close this issue
vibridi added a commit that referenced this issue Jul 10, 2024
vibridi added a commit that referenced this issue Jul 10, 2024
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

Successfully merging a pull request may close this issue.

1 participant