react-d3-graph icon indicating copy to clipboard operation
react-d3-graph copied to clipboard

How to make the nodes LIVE/interactive

Open shahriarhossain opened this issue 2 years ago • 2 comments

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: Recording 2023-01-16 at 11 39 27 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?

shahriarhossain avatar Jan 16 '23 20:01 shahriarhossain

Just set automaticRearrangeAfterDropNode parameter true

fortune-cook1e avatar Jan 23 '23 09:01 fortune-cook1e

@fortune-cook1e : Thanks, I did that already. However, it introduces a new issue that I have listed already.

shahriarhossain avatar Jan 31 '23 05:01 shahriarhossain