vis-network icon indicating copy to clipboard operation
vis-network copied to clipboard

Rotate the network around a central node

Open michaelGRU opened this issue 2 years ago • 3 comments

Hi, is it possible to make the graph constantly move without stopping? At the moment, it keeps reaching equilibrium after dragging the nodes around in interaction mode. I want the visualization to rotate continuously (while maintaining horizontal labels). Thanks!

michaelGRU avatar Jun 20 '22 00:06 michaelGRU

Hi, is it possible to make the graph constantly move without stopping? At the moment, it keeps reaching equilibrium after dragging the nodes around in interaction mode. I want the visualization to rotate continuously (while maintaining horizontal labels). Thanks!

I am interested in this as well, will be looking forward to have solution from members..

ms482 avatar Jul 14 '22 10:07 ms482

I'm interested, I have a main node

mauchacon99 avatar Sep 06 '22 23:09 mauchacon99

You could play with mass of nodes and their parents,and work on the minVelocity + stabilisation interation number to achieve this. You can refer here :https://stackoverflow.com/questions/58276227/why-is-this-5-body-network-constantly-rotating

sashaboi avatar Jan 24 '23 09:01 sashaboi