PHP Class for charts support via Highcharts
The easiest way for a quick building charts in your php application
Highcharts - сharting library written in pure JavaScript, offering an easy way of adding interactive charts to your web site or web application. (http://www.highcharts.com/)
#Using
- Add to code
require_once("HighchartsGraph.php");
- See example