d3graph
d3graph copied to clipboard
Fixing the position of nodes
Hi, is there a way to specify custom XY coordinates in node properties? I want to arrange the nodes in various layouts.
I looked into this but choosing a specific layout is kind of hard because the nodes are freely moving. I did also experiment with a (un)freeze button that I created. The nodes could be frozen but correct dragging became challenging because of the network edges.
For the moment, I will not further investigate this for implementation until I see or hear a possible solution.