API for displaying graphs in a web app?
Posted
by Rosarch
on Stack Overflow
See other posts from Stack Overflow
or by Rosarch
Published on 2010-06-05T20:39:08Z
Indexed on
2010/06/05
20:42 UTC
Read the original article
Hit count: 272
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?
© Stack Overflow or respective owner