![]() | ![]() |
KoolChart - Excellent PHP Chart and GraphFullVersion 2.6.0.3 released on 05/19/2017
Functionality - PHP Chart Export
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>
![]() | ![]() |
