html5 - JavaScript network visualization? -


i'm looking library visualize network.

i need add nodes(node has text on them), add edges between them, (edges directed , have text on them).i don't want set position of hand.

i'd api simple as:

var node1 = x.addnode(1, "hello"),     node2 = x.addnode(2, "world"); x.addedge(node1, node2, "helloworld"); 

i've searched hours, looked after arborjs, sigma.js, d3.js, javascript infovis toolkit, none of them satisfied me.

is there else can try?

check out vivagraphjs.
amazon visualization sample vivagraphjs.

layout configuration sample, uses webgl renderer.


Comments

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -