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

Functionality - PHP Chart Export

* 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>