Web Graph Diagram API
For a current project I need to be able to display a graph of objects on a web page, which is essentially a set of nodes and lines between these nodes. After looking around the Internet I came across JSVis which is a JavaScript library that allows you do exactly what I wanted and even has AJAX support to dynamically create the graph.
Links
JSVis Home Page
Posted by Egon Kuster at December 3, 2006 10:48 AM