Hi, I am very new to Fusion Chart. I have a question. I would like to provide a button on which by clicking, the export functionality to be called and after exporting, the file saving dialo should open up to save the chart. Right now I have the following code. I am not interested to provide context menu. function ExportMyChart() { var chartObject = FusionCharts('myChartId'); if( chartObject.hasRendered() ) chartObject.exportChart(); } Here, after exporting, the user need to click again to the gererated flash (save) button to save the file to disk. Is there any method available in the fusion chart API which which will perform the action to open the File Save dialog. I hope I can cal the same function in "FC_Exported" function (Please find the attached screen shot)
Pleae help me to solve the issue
Thanks a lot,
Sudheesh