You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just started to use this library and I'm having a bit of a trouble understanding how to implement ForceAtlas2 to make the graph to do not cross each other edges.
My graph is quite simple as the graph could be drawed from top to down without crossing edges.
And I tried to change <RandomizeNodePositions /> for <ForceAtlas2 worker barnesHutOptimize barnesHutTheta={0.6} iterationsPerRender={10} linLogMode timeout={3000}/>
But nothing is rendered.
Also I tried to use the svg but it's still rendering on default.
The text was updated successfully, but these errors were encountered:
Greetings,
I just started to use this library and I'm having a bit of a trouble understanding how to implement ForceAtlas2 to make the graph to do not cross each other edges.
My graph is quite simple as the graph could be drawed from top to down without crossing edges.
I'm currently using this code:
And I tried to change
<RandomizeNodePositions />
for<ForceAtlas2 worker barnesHutOptimize barnesHutTheta={0.6} iterationsPerRender={10} linLogMode timeout={3000}/>
But nothing is rendered.
Also I tried to use the svg but it's still rendering on default.
The text was updated successfully, but these errors were encountered: