-
Notifications
You must be signed in to change notification settings - Fork 607
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
Add customOrder
and disableOptimalOrderHeuristic
#263
Conversation
@lutzroeder could this PR please be merged for the next release? Being able to customize the order is a highly requested feature for my project. |
@lutzroeder any updates? |
Same here, quite an important update. |
Would love if this could get merged! |
@lutzroeder Any update on this? This is an important feature for my project. |
Yes this is a good and a needed feature. For dynamic graph-building/flow-creations an option like this would help minimise the frequent ordering of nodes. |
Now as the repo is being maintained, @rustedgrail can we expect this PR to be merged? |
I'll take a look at the branch soon, but at a cursory glance, it looks fine. |
Thank you for your help and for our patience |
Hi, this looks great. Could we get some guidance on how to use this to achieve some common use cases, please? @rustedgrail @futpib |
Have a doubt,seems it doesn't merged into master ? https://github.com/dagrejs/dagre/blob/master/lib/layout.js#L29 |
Add `customOrder` and `disableOptimalOrderHeuristic` - fix #263 merge issues
This allows users to customize ordering algorithm. May help address #189, #201 and other