dagrejs / dagre-d3

A D3-based renderer for Dagre
MIT License
2.83k stars 589 forks source link

Support node drag with arrows on d3 v4 #407

Open ruddygbaguidi opened 3 years ago

ruddygbaguidi commented 3 years ago

I'm looking for a simple way to allow users to drag nodes and the arrow to follow. All examples found seems to work only for previous version of d3.

yashinigam commented 3 years ago

Hi,

I am also having the problem. I am unable to make the drag and drop work on d3 v4. Can someone please help?

@ruddygbaguidi : Were you able to make this work?

bftmoon commented 3 years ago

@ruddygbaguidi Can you, pls, show drag examples for elder version?