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 ?
Share Improve this question asked Oct 5, 2015 at 19:39 melvil jamesmelvil james 6111 gold badge8 silver badges19 bronze badges 1- 3 opinion based question. – somename Commented Oct 5, 2015 at 20:09
1 Answer
Reset to default 7D3.js:
- won't scale up to more than a couple of hundreds of nodes/edges (SVG only)
- easy to use and customize if you aleasy know D3
Sigma.js:
- scales up to thousands of nodes/edges (using Canvas or WebGL renderers)
- easy to use and customize
- easy node/edge interactions
- lots of cool existing plugins
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.
发布者:admin,转转请注明出处:http://www.yc00.com/questions/1745158389a4614262.html
评论列表(0条)