We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Especially now that edge text is displayed, it can happen that nodes will lay on top of the edge, blocking out some of the text.
Investigate if cola.js could be used to achieve a better layout.
Specifically the force layout with features such as route edges to avoid intersections with node boundaries.
Another feature that could be useful, though probably would go in a separate issue if we choose to implement it is power graph.
The text was updated successfully, but these errors were encountered:
danielabar
No branches or pull requests
Especially now that edge text is displayed, it can happen that nodes will lay on top of the edge, blocking out some of the text.
Investigate if cola.js could be used to achieve a better layout.
Specifically the force layout with features such as route edges to avoid intersections with node boundaries.
Another feature that could be useful, though probably would go in a separate issue if we choose to implement it is power graph.
The text was updated successfully, but these errors were encountered: