[Feature] Using Graph type and Force layout provide a way to stop auto layout #19493
Labels
en
This issue is in English
new-feature
pending
We are not sure about whether this is a bug/new feature.
What problem does this feature solve?
When using type
graph
with layoutforce
it provides adraggable
option, but this option is pretty useless since whenever a node is dragged it immediately jumps back to the original place.Expected behavior, to let the user drag and "reorder" the layout.
What does the proposed API look like?
Extend the
force
configuration with "maxTime" that will stop auto layout after this time. Will also be very helpful to stop very long initial layout in large graphs.The text was updated successfully, but these errors were encountered: