react-d3-graph
react-d3-graph copied to clipboard
Is it possible to have all the nodes spread around one key noded?
My data is one level with multiples key nodes. I want nodes that are not key to surround their key node. I am currently testing with one key node and could not get the look that I want.

So far, I have tried decorateGraphNodesWithInitialPositioning each time that I added a new node.
So far, I have tried decorateGraphNodesWithInitialPositioning each time that I added a new node.
Yes, I think adding custom x, y coordinates should be the proper way to do this.