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

Circular links congregate top or bottom #15

Open
tomshanley opened this issue May 4, 2018 · 1 comment
Open

Circular links congregate top or bottom #15

tomshanley opened this issue May 4, 2018 · 1 comment

Comments

@tomshanley
Copy link
Owner

Depending on the order of the links in the dataset, the algorithm may assign circular links to be all top or all bottom, as it bases its decisions on what the source/target node have already been assigned.

  1. The algorithm could be optimised to give more weight to balancing top and bottom, but which may result in more overlaps.

  2. Or, the links could be resorted to provide a more pleasing output (with possible flag to turn off/on, as this would result in the nodes being displayed in different order across the page)

  3. And/or, links from nodes in the end column to nodes in the first column could be go either way regardless of the link types associated to the node, as those will have no overlaps with normal links

@tomshanley
Copy link
Owner Author

3 works fine in test, so will be added at next release. 2 will be considered next

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

No branches or pull requests

1 participant