Hi,
I want to export fusion charts as images. I use php export report handler to download the chart at server side. Now I am testing it in my local machine with wamp server. The chart's context menu shows exporting options and also shows the progress of capturing phase, after that it doesn't give any message to download the chart.
Below is the code for the chart,
"<chart exportEnabled='1' exportHandler='C:\wamp\www\proj\app\webroot\includes\FusionCharts_Developer\ExportHandlers\ PHP' exportAtClient='0' exportAction='download' caption='Cost(".$curr_pref.")' decimals='1' showLabels='0' enableSmartLabels='0' pieRadius='100' enableRotation='1' bgColor='FFFFFF' bgAlpha='40,100' bgAngle='360' showBorder='0' startingAngle='70'>"
<?php echo renderChartHTML($html->url('/')."includes/Pie2D.swf", "", $pieCost.$setCost."</chart>", "pie1", 300, 250, false);?>
I couldn't arrive at a solution for this. Can anyone help me in this regard?
Thanks in advance