KoolChart - Excellent PHP Chart and GraphKoolChart - Excellent PHP Chart and GraphFullVersion 2.6.0.2 released on 25/11/2016

Functionality - PHP Chart Export

Sales report for 2012TVsComputersTablets & e-readersSales ( .millions)Quarters$ 125$ 100$ 75$ 50$ 25$ 0Q1Q2Q3Q4203040703455104056235680
* Note:Generate your own chart with Code Generator

Description & Sample code

To export a KoolPHP chart, you do:
<script type="text/javascript">
    var chart = KoolChartJS.getChart('chart'); // 'chart' is in PHP code: $chart = new KoolChart('chart');
    chart.exportToImage(imageType); // currently exporting supports 'jpeg', 'png' and 'webp'
</script>