Is there any libraries to visualizate simple dependency graphs? I suppose that SVG is good solution.
A:
ChartDirector is the best, and it has a lot of flavors thus has versions for PHP/ASP/COM/VB/.NET/JSP/Java/ColdFusion/Perl/Python/Ruby/C++.
By learning one, you then be able to use in many programming languages.
Pentium10
2010-01-27 11:41:50
+1
A:
I really like Google Chart API: http://code.google.com/intl/fr/apis/chart/
Really simple to implement and there are quite a lot of graph styles.
Guillaume Flandre
2010-01-27 11:41:57
+1
A:
I'm not sure about PHP libraries, but there's the tool called GraphWiz which can be invoked from your PHP code and produce .SVG visialization of your graph.
Igor Korkhov
2010-01-27 11:42:22
Yeah, I meant "dependency graph".Thank you for great library.
Kirzilla
2010-01-27 11:52:00
A:
The if you mean graphs like in "dependency graph", then Graphviz should be mentioned.
Otto Allmendinger
2010-01-27 11:43:06