开发者

PHP charting library

开发者 https://www.devze.com 2022-12-13 16:16 出处:网络
I\'m开发者_StackOverflow looking for a PHP chart library, with a few specific criteria: I can\'t use Google charts because, in at least one case, I need to be able to run on a private network with n

I'm开发者_StackOverflow looking for a PHP chart library, with a few specific criteria:

  • I can't use Google charts because, in at least one case, I need to be able to run on a private network with no internet access (ergo no Google).
  • I need to be able to produce bitmapped images (png, etc). SVG would also be nice, and Flash is acceptable as an extra, but the static bitmapped images are necessary (so a completely Flash chart would be unusable).
  • Open source preferred but commercial is acceptable.


Take a look at:

  • JpGraph
  • pChart


Another suggestion in PHP in addition to the already mentioned:

Topnew SVG Chart 5.5 or bChart - a simple PHP chart for older versions.

Hope this helps someone!


Try this new stuff: http://www.highcharts.com/ written in javascript


I would recomment Flot - it's a client-side (javascript) charting library, but it does not requite an internet connection (you can host everything on the intranet). If you want a PHP wrapper for it, many frameworks come with it - for example, here's one for QCubed, the framework that I use: http://examples.qcu.be/assets/plugins/QFlot/example/qflot-timeseries.php


Try:

  • Open Flash Chart
  • Google Chart API
0

精彩评论

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