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

Handle multi-graph edge rendering #53

Open
danielabar opened this issue Mar 19, 2016 · 1 comment
Open

Handle multi-graph edge rendering #53

danielabar opened this issue Mar 19, 2016 · 1 comment
Labels

Comments

@danielabar
Copy link
Contributor

It's possible to have multiple edges between the same pair of nodes.
Currently edges are rendered as straight lines, so multiples end up drawn on top of eachother.
These should be rendered as paths with arcs so they can be seen as separate.

See this SO thread if it helps.

@danielabar
Copy link
Contributor Author

Notes from @matanster in gitter discussion:

The best solution is probably to: have edges be arcs rather than straight lines, and space out the edges in the case of let's call them "parallel edges" for now, in a way that the belly of the edge is fatter for each parallel edge, e.g. if there's 3 parallel edges, they will be layed out with increasing "belly width".

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

No branches or pull requests

1 participant