Closed alindberg closed 5 years ago
You can change the dagre algorithm by passing the ranker option as part of the dagre settings, More information can be found in here: https://github.com/dagrejs/dagre/wiki#configuring-the-layout
We can't add additional path algorithms when we are using a single layout engine
In addition, once version 6 will be release, you will be able to set your layout so you will be able to define a layout with your path implementation. The new layout with the fact that you can pass your own curve line UI can give you great abilities that depended on your customization.
Hope that it helps! closing it for now.
I'm submitting a ... (check one with "x")
Current behavior Additional path routing algorithms allowing for standard "Visio" style path behavior
What is the motivation / use case for changing the behavior? The existing GitHub project, Draw2D has a number of path selections.
A good demonstration of path selections can be found at https://qiao.github.io/PathFinding.js/visual/.
Please tell us about your environment: I am running Angular 7
Thank you for your good work.