tags:

views:

927

answers:

6

Hello.

Good day.

I am a newbie to PHP framework, and I know a little about CI. Recently, i plan to start my new practice project with Kohana. I am looking for a good PHP Chart Solution.

Requirement: Free chart library is better; Integrated with Kohana well.

Could you give me suggestion about it.

Thank you for your reply here.

+1  A: 

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

Lukman
Hello Lukman, Does Flot could interactive with a lot of DB Data? I plan to creat my chart from the DB database. thank you. I found some sample demo example from Flot link URL above.
Nano HE
btw. Does Flot support 3D chart? i doesn't find 3D sample from the URL link above. thank you.
Nano HE
+1  A: 

http://pchart.sourceforge.net/

Free charting library

Unfortunately it is not integrated with Kohala

Nick Brooks
+2  A: 

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

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

jspcal
+2  A: 

Adding EZ Graph to the list

Gordon
+1  A: 

http://sparkline.org/

It is worth digging through the excellent collection here (Flash, JS, PHP, etc.):

http://www.webappers.com/category/components/charts/

Being a mootooler I always prefer Mootools Javascript charts:

SamGoody
i never learn mootooler before. but i would like to learn it at my practice project. thank you.
Nano HE
+1  A: 

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.

Sam
+1 Hi Sam, I just downloaded and tested the PHPlot sample(simpleplot.html /.php) at my localhost. It's lightweight and cool. thank you.
Nano HE