Graph drawing for the Web 2.0
Posted
by tokel
on Stack Overflow
See other posts from Stack Overflow
or by tokel
Published on 2009-08-05T00:47:29Z
Indexed on
2010/05/22
15:51 UTC
Read the original article
Hit count: 403
Hi.
There are a lot of chart drawing libraries out there, but what I am looking for is an interactive(!) graph (nodes and edges) drawing library. At best some kind of AJAX, but I am also open for other technologies (Java, Flash). However I would really prefer an AJAX implementation. Also only Open Source framework suggestions please (I already know about yFiles). The thing I have in mind is a bit like GWTUML. That is quite nice already, but misses an API for their graph drawing. It seems that it is an custom implementation for their product. Also some layout algorithms would be nice. Is there really no library around for that task? I wonder a bit as there are so many chart libraries available.
Let me emphasize again (seems to be necessary cause of the first two comments): I am NOT looking for another chart library!
Regards, Kai
P.S. Things I know about already: JUNG (Java), Prefuse (Java), GINY (Java), yFiles (AJAX, but not Open Source). Just another graph library I found (Javascript, not sure if it is still maintained): Graph Gear
© Stack Overflow or respective owner