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
Post a Comment