$(document).on('click','#download-csv',function(e){var id ="#"+ chartUid +" .fusioncharts-container div:contains('Export As PNG')";
$( id ).trigger("click");});
Here,/fusioncharts/export-handlers/php-export-handler/index.phpis able to generate image and print the filename.
But my problem is, on triggering click, I'm unable to get the filename.
How to get the filename of exported image of FusionChart in Server-Side?
in FusionCharts and PHP
Posted · Report reply
I'm using following FusionChart option to Save the image to Server-Side
PHP:
Javascript:
Here,
/fusioncharts/export-handlers/php-export-handler/index.phpis able to generate image and print the filename.But my problem is, on triggering click, I'm unable to get the filename.
How can I resolve this issue in FusionChart?