Sign in to follow this  
Jamie 1

Exporting Chart

Recommended Posts

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

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this