Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Social network graph using a javascript library [closed]

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.

like image 709
Deepak Avatar asked Mar 18 '10 20:03

Deepak


1 Answers

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.

like image 197
Binary Nerd Avatar answered Sep 20 '22 19:09

Binary Nerd