Example on a force direct graph can be found here: http://bl.ocks.org/950642
How can I easily add support for drag and drop? It should set the node to fixed with current location of where it dropped it. It is important that rest of the nodes still uses the 'force directed mode' to position rest of the nodes in the graph automatically
https://github.com/mbostock/d3/wiki/Force-Layout
I've played around a bit without success, and wondering if anyone is able to give me a quick example on how to add such support as explained above.