javascript - Reconnect links on force graph -


i'm new in d3.js , i'm trying next thing in force graph - reconnect paths between nodes. since image.

enter image description here

so can drag red circle , path connected other node or moved on other point on shape contour(like connector in visio). possible? didn't find such examples.

sorry english :)

use

call(force.drag); 

for red-circles , can drag them.it generates new path again after drag call