Parenting D3.js-Nodes for dragging
问题 I have a network of nodes and links. One of them has a fixed position in the center but is draggable, the others are in a force field around the centered one. If the user drags any node, the others will be draged behind him, because the are linked. Is there a possibility to drag the others with the centered node, but keeping the drag-event of the other nodes single? thanks for thinking about it, David edit: if someone knew a possibility to set a dragg-listener for all the other nodes to the