Friday, May 10, 2024
 Popular · Latest · Hot · Upcoming
10
rated 0 times [  16] [ 6]  / answers: 1 / hits: 15311  / 12 Years ago, mon, june 4, 2012, 12:00:00

I'm looking for a library to visualize a network.



I just need to add some nodes(node has text on them), add edges between them, (edges are directed and have text on them).I don't want to set the position of anything by hand.



I'd like API simple as:



var node1 = X.addNode(1, Hello),
node2 = X.addNode(2, World);
X.addEdge(node1, node2, helloworld);


I've searched for hours, looked after arborjs, sigma.js, d3.js, JavaScript InfoVis Toolkit, none of them satisfied me.



Is there anything else I can try?


More From » html

 Answers
12

Check out VivaGraphJS.

Amazon Visualization sample by VivaGraphJS.



Layout configuration sample, uses WebGL as a renderer.


[#85159] Saturday, June 2, 2012, 12 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
dayana

Total Points: 302
Total Questions: 102
Total Answers: 100

Location: Cayman Islands
Member since Fri, Mar 4, 2022
2 Years ago
;