views:

1051

answers:

4

i am looking for javascript/flash/java graphic lib. that able to render nicely a very complex relationship where one node is relate to another node etc. for example

a--> b---> c

b--> d,e,f

any recommandation library?

+2  A: 

what a cooincidence, I was just looking into this myself. I found this: http://www.ryandesign.com/canviz/

http://code.google.com/p/canviz/

Breton
A: 

I hope this helps.

Bart J
thanks, but this is not what i looking for
cometta
Can you have a look at the "guess" graphic libarary - http://graphexploration.cond.org/
Bart J
+3  A: 

Prefuse is very cool and Java based.

Demo here.

Gregory Mostizky
A: 

This is the one I use for Organizational chart

http://code.google.com/apis/visualization/documentation/gallery/orgchart.html

Erwin