Social network graph using a javascript library

Deepak picture Deepak · Mar 18, 2010 · Viewed 11.3k times · Source

I intend to draw a directed graph (node-oriented). The nodes in the graph are dynamically generated. I am wondering if there's any good js library out there that solves my problem. Edges and weights need to be custom configured.

Thanks, Deepak.

Answer

Binary Nerd picture Binary Nerd · Mar 19, 2010

The JavaScript InfoVis Toolkit provides graph view that can be dynamically generated and updated using AJAX etc. It provides a number of views that are customizable.