Skip to content

Latest commit

 

History

History
15 lines (14 loc) · 419 Bytes

README.md

File metadata and controls

15 lines (14 loc) · 419 Bytes

phpcharts

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