API for displaying graphs in a web app?
- by Rosarch
I have graphs (nodes/arcs) that I want to display to the user. I need to be able to capture the event of a user clicking on a node.
Something like Google Charts API's Simple Org Chart would be great, but it looks like it only supports trees.
What other service can I use? Or should I hack something ugly together using Google Charts?