Open tomshanley opened 6 years ago
Provide users with an option to route links away from other nodes that are in between the source and target
https://github.com/ricklupton/d3-sankey-diagram/ uses the concept of dummy nodes, which could provide a solution, in that these could be used when creating the links, as the layout is strong on preventing node overlaps in the same column
Example process:
Currently, non-circular links that connect nodes which aren't in consecutive columns sometimes overlap other nodes which are in between. While the current functions tries to shift the overlapping nodes out of the way, its not always optimal and causes the layouts the be erratic when slightly changing other parameters.