Hi guys
Just wondering if any know if there is any JavaScript API out there that allow you to simply plot relationships between nodes.
I would like it if it used JavaScript: Something similar to (which doesn't quite work)
http://ajaxian.com/archives/new-javascriptcanvas-graph-library
Or this (which is nicer but doesn't have any of the layout algorithms)
Or if there is an approach like Google charts that can do something similar
I know I can get server side solutions that will do this but I am hopeful for a JS solution.
Cheers Anthony