Iam trying to build network visualisation graphs.I want to have search for nodes,callbacks for nodes click and actions,visually appealing,simpler and lighter and faster interface. Also it should scale up. I tried googling anf figured out d3.js and sigma js. Which one is more good for my usecase ?
Iam trying to build network visualisation graphs.I want to have search for nodes,callbacks for nodes click and actions,visually appealing,simpler and lighter and faster interface. Also it should scale up. I tried googling anf figured out d3.js and sigma js. Which one is more good for my usecase ?
D3.js:
Sigma.js:
I strongly believe (and contributed to) a fork of Sigma.js called Linkurious.js. It fixes lots of issues and adds lots of cool plugins that make building network visualizations really easy.