Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Quick & easy PHP/Javascript graphs

I'm looking for a simple and easy to integrate graph to display sales stats in a web application.

I will basically supply it the name of the month, and a numerical number of sales in that month. I'd like it to then chart out a graph showing the stats.

What's the best solution for this? I would prefer something attractive but still easy to integrate

like image 762
Ali Avatar asked Sep 24 '09 10:09

Ali


1 Answers

Google Charts. There are a few PHP wrappers for this around:

  • GphpChart. I've used this one and it does a pretty reasonable job. You may need to modify it at times but that's fine;
  • Charts with PHP and Google Charts API;
  • googlechartseasyphpclass;
  • gchartphp (not maintained).
like image 87
cletus Avatar answered Sep 27 '22 01:09

cletus