I need the exact demo of sigma.js just with ForceAtlas2 layout - meaning providing a dataset.json without specifying x/y coordinates per node, has anyone accomplished that? can I find an example that does that?
I need the exact demo of sigma.js just with ForceAtlas2 layout - meaning providing a dataset.json without specifying x/y coordinates per node, has anyone accomplished that? can I find an example that does that?
I have implemented a ForceAtlas2 layout without specifying
xandycoordinates for nodes. Basically if you need to use any layout; you need to initialize the following attributes like this:This creates some important attributes without which your graph will not be generated. After doing this, you can use any layout you want. Let me know if you have any quesions.