PHP Chart Library Solution [closed]

筅森魡賤 提交于 2019-12-01 00:39:08

open flash charts is one (http://teethgrinder.co.uk/open-flash-chart/)

xml/swf charts (http://www.maani.us/xml_charts/) and amcharts (amcharts.com) both have free versions.

Adding EZ Graph to the list

Meet Flot.

Not really PHP solution because it's javascript. But people have been using it as front-end with PHP as the back-end for so long.

My own Kohana module that uses Flot: http://www.nusantarasoftware.com/hitlogger

http://pchart.sourceforge.net/

Free charting library

Unfortunately it is not integrated with Kohala

I would vote for phpChart. Very easy to use. It's PHP based, the rendering occurs on the client side with rich charting feature support such as pie, 3d, bubble etc.

I have used PHPlot with good results.

I'm not aware of a Kohana integration, but I just made a very simple charts controller to generate the charts and that works well.

There's a Kohana Charts module based on Google Charts:

https://github.com/ae0000/kohana-charts

It's not strictly PHP, since it uses flot to render the graphs on the client side, but I recently developed a small graphing library for fetching database data, process it with PHP and create Google Analytics style interactive graphs from it.

It's basically a complete server/client solution to turning your database tables into graphs, and should be easy to integrate with Kohana (I've used it a lot with the Zend Framework).

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!