Want to improve this question? Add details and clarify the problem by editing this post.
Closed 6 years ago.
i've implemented this http://jsbin.com/omokap/3/edit:
However, I would like to cancel the dynamic behavior of the graph (like in the dragend state, but that is only for the single node) and place the nodes in the set points, taken from json.
I've see this questions Moving fixed nodes in D3 and Fix Node Position in D3 Force-Directed Layout. I did not understand how to use them in my example.
can someone give me a help?