We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It will be good to have ability to set rank level for node for dagre mode. Like it has visjs. Look at https://visjs.github.io/vis-network/docs/network/nodes.html and find there:
"level | Number | undefined | When using the hierarchical layout, the level determines where the node is going to be positioned."
I think "rank level" will be the same as "level" option in visjs.
The exapmple of defferent level here: https://visjs.github.io/vis-network/examples/network/layout/hierarchicalLayoutUserdefined.html
Node 2 on the next level, not as 10, 7, 12.
The text was updated successfully, but these errors were encountered:
The dagre algorithm in G6 depends on https://github.com/dagrejs/dagre, the ranks are calculated automatically and not assignable in this lib. Same issue in dagrejs/dagre: dagrejs/dagre#289
Sorry, something went wrong.
duplicated to #2245
No branches or pull requests
It will be good to have ability to set rank level for node for dagre mode. Like it has visjs.
Look at https://visjs.github.io/vis-network/docs/network/nodes.html
and find there:
"level | Number | undefined | When using the hierarchical layout, the level determines where the node is going to be positioned."
I think "rank level" will be the same as "level" option in visjs.
The exapmple of defferent level here:
https://visjs.github.io/vis-network/examples/network/layout/hierarchicalLayoutUserdefined.html
Node 2 on the next level, not as 10, 7, 12.
The text was updated successfully, but these errors were encountered: