Search the Community

Showing results for tags 'Export saving'.



More search options

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Company Forums
    • Company News
  • Product Forums
    • FusionCharts XT
    • FusionWidgets XT
    • PowerCharts XT
    • FusionMaps XT
    • Collabion Charts for SharePoint
    • jQuery Plugin for FusionCharts
    • AngularJS plugin
    • ReactJS plugin
  • General Forums
    • FusionCharts Jobs and Consultation
    • FusionLounge

Found 1 result

  1. 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