react-d3-graph
react-d3-graph copied to clipboard
How to make the nodes LIVE/interactive
Is your feature request related to a problem? Please describe.
I am following the marvel sample configuration, However, my client wants to have an interactive/animated vibe when they move one node. Just like the following image:
In the image, when the person moves the 'main' node, all the related child nodes also follow the direction of the parent node(main).
@danielcaldas @fortune-cook1e Can someone guide me on what configuration should I have to change to get such behavior?
Just set automaticRearrangeAfterDropNode parameter true
@fortune-cook1e : Thanks, I did that already. However, it introduces a new issue that I have listed already.