gkorland opened a new issue, #19493:
URL: https://github.com/apache/echarts/issues/19493

   ### What problem does this feature solve?
   
   When using type `graph` with layout `force` it provides a `draggable` 
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`](https://echarts.apache.org/en/option.html#series-graph.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.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to