react-d3-graph
react-d3-graph copied to clipboard
How to apply different d3 layouts to Graph (Network, Heirarchy and Radial Views)
Is there a way to apply different layouts to a graph. For example, If I wanted to give a user the option to switch between Network, Heirarchy and Radial Views?
It would be cool if there was a way that I could specify this layout and graph would just update.
Right now, the only way to achieve that is by setting your own x, y coordinate values to construct the different kinds of layouts.
Hey @danielcaldas , Thanks for the reply, do you know of any libraries that I could use that would take nodes, and edges and give by x, y with container size? Realize this is out of scope for react-d3-graph but thought you might have come across something like this.
Thanks again, Michael
@Hey, @michaelbdavid, maybe something like this would do the trick?