Jamie 1 Report post Posted March 24, 2014 Hello. I would like to put the export feature on my charts. I am using a similar dashboard to your examples, but this is different to your export example. Would you please advise me where the code goes. Thanks, Jamie. <table width="875" align="center" cellpadding="0" cellspacing="0" border="0" style="Border-top:#EEEEEE 1px solid;"> <tr> <td align="left"> <?php echo renderChart("../../FusionCharts/MSColumn3DLineDY.swf?ChartNoDataText=Please select a column in the above chart to see machine-wise downtime.", "","<chart></chart>","SalesByProd", 875, 450, false, true); ?> </td> </tr></table> Share this post Link to post Share on other sites
Bindhu Report post Posted March 25, 2014 Hi Jamie, Please use the export related attributes in the chart element. Ref. Code: <chart exportEnabled='1' exportAtClient='1' exportHandler='fcExporter1' ......> Hope this helps! Share this post Link to post Share on other sites