dotSbuda Report post Posted April 28, 2010 Hi There: How do I remove the other option on the pop up menu when trying to save the chart, I just want my pop up menu to have the Save As Options, Removing the About, Settings, Print.., etc. And Again How can I put my own file name on the save dialog box? Thanks. Share this post Link to post Share on other sites
Guest Rajroop Report post Posted April 28, 2010 Hey there, To disable the print/about menu item from the context menu, you would have to just set <chart ... showPrintMenuItem='0' showAboutMenuItem='0' ...> . FusionCharts supports changing the File name of the exported image by using the 'exportFileName' in the <chart> element. Ref.- http://www.fusioncharts.com/docs/Contents/ECReferenceExport.html I hope this helps. Looking forward to your feedback on this. Share this post Link to post Share on other sites