I have an ASP.NET web application. One of the ASCX control in my app has fusion charts displayed in a client side Div tag. I want to provide an option for my clients to download the fusion chart onto their local machine.
I refered this link http://www.fusioncharts.com/docs/ECPureJS.html
It says enabling "exportEnabled" property will provide an option for download button.
I am not using "Javascript charts", instead I am using Fusion charts free.
I have tag in my XML file which I give as input to Fusion charts(). And I added exportEnabled='1' to my tag of the XML.
But I didnt get any download button. Can anyone kindly let me know if there is any workaround to download the fusion charts onto client's machine from the webpage. I am using FUSION CHARTS FREE.
PLz help. :)