Just getting started with d3.js and I'm currently attempting to reconnect paths between nodes on a force graph. Here is an example image of what I am trying to achieve:
https://i.sstatic.net/knvH9.jpg
I want to be able to drag the red circle and have the path connected to other nodes, or even move it along the contour of this shape similar to a connector in Visio. Is this possible? I have been unable to find any examples that match my specific needs.
Apologies for any mistakes in my English :)