react-d3-graph icon indicating copy to clipboard operation
react-d3-graph copied to clipboard

Is it possible to have all the nodes spread around one key noded?

Open mapringg opened this issue 5 years ago • 2 comments

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.

image

mapringg avatar Oct 16 '20 18:10 mapringg

So far, I have tried decorateGraphNodesWithInitialPositioning each time that I added a new node.

mapringg avatar Oct 16 '20 18:10 mapringg

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.

danielcaldas avatar Nov 17 '20 13:11 danielcaldas