Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

(interactive) graph as in graph theory on a web page? [duplicate]

Possible Duplicate:
Graph visualization code in javascript?

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

like image 249
LB40 Avatar asked Mar 26 '10 18:03

LB40


2 Answers

Two other options are:

  • Prefuse Flare which is in flash
  • JavaScript InfoVis Toolkit (JIT)
like image 74
Binary Nerd Avatar answered Nov 15 '22 16:11

Binary Nerd


RaphaelJS may be of interest to you. Particularly this example.

like image 27
Alex Reynolds Avatar answered Nov 15 '22 15:11

Alex Reynolds