(interactive) graph as in graph theory on a web page ?
Posted
by LB
on Stack Overflow
See other posts from Stack Overflow
or by LB
Published on 2010-03-26T18:34:47Z
Indexed on
2010/03/27
0:13 UTC
Read the original article
Hit count: 532
Hi,
I have to integrate a graph with nodes and edges on a web page. Ideally, i would like to be able to interact with it (like moving the nodes around).
Actually, i'm beginning by representing trees, so i would appreciate to be able to collapse subtrees.
How can I do that ? I was considering google-visualization api but i wasn't able to find the kind of visualization i'm looking for (org chart doesn't allow to have multiple fathers, if i understood well)
I've got no idea of the kind of technology so my tagging may not be really accurate :-).
thanks
© Stack Overflow or respective owner