kpikumaresan Report post Posted February 23, 2010 Hi all, I am stuck with a problem. I am coding the way to export the chart in server side image. I got success for some charts like Pyramid. But i am trying to get the proper output for Column 2d 3d and all other charts. I cannot see even the link, save as JPEG or SAve as PNG. It can only be available for Pyramid. i am using jsp for my server side export. So please help me to clear this.... Thanks and Regards, Kumaresan.B. Share this post Link to post Share on other sites
Guest Basundhara Ghosal Report post Posted February 23, 2010 Hi, When you enable a chart for export by setting <chart exportEnabled='1' ...>, the chart context menu will show all the export formats possible - JPEG, PNG and PDF. If you however need to only show selective formats or change the label of menu items, you can do it as under: <chart ... exportFormats='PDF=Export as PDF|PNG=Export as PNG' ...> This functionality is applicable for all the charts of FusionCharts latest version(version 3.1.1). Please refer to the link below for further details on the same: Ref.- http://www.fusioncharts.com/docs?/ECServerFormats.html Hope this helps. Share this post Link to post Share on other sites