Just wondering if you know any JavaScript APIs that make it easy to build relationships between nodes.
I would like it to use JavaScript: Something similar (which doesn't quite work)
http://ajaxian.com/archives/new-javascriptcanvas-graph-library
Or this (which is better, but does not have any layout algorithms)
http://raphaeljs.com/graffle.html
Or, if there is an approach like google charts that can do something like this
I know I can get server side solutions that will do this, but I hope for a JS solution.
Cheers Anthony
source
share