开发者

How to visualizate simple dependency graphs using php?

Is there any libraries to visualizate开发者_运维百科 simple dependency graphs? I suppose that SVG is good solution.


GraphViz does a nice job for tiny graphs, but not for huge ones. If your graph is reasonlably large, try aiSee or have a look at the alternatives on this list.


I'm not sure about PHP libraries, but there's the tool called Graphviz which can be invoked from your PHP code and produce .SVG visialization of your graph.


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.


Checkout http://thejit.org/


I used http://www.aditus.nu/jpgraph/ for drawing simple graphs.


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.


The if you mean graphs like in "dependency graph", then Graphviz should be mentioned.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜