I’m pulling graph data from neo4j and was hoping to display my graphs in React Flow, however, I have not seen options for different auto layout styles. Most of the examples I have seen in React Flow have been coded in javascript and produce Tree style layouts. However, in other graph UI tools there are options for thing like: force, tree, circle, sphere, cluster, etc. I want ot do something like this rather than a tree layout.
I’m looking for an auto layout function that would look something like this which is called “force” in other tools.
How can this be done in React Flow?
Thanks.