maks Report post Posted September 29, 2009 (edited) Hi: I have created several FusionCharts and they all are working fine. I have a drilldown chart (Bar2D chart) that I need to save in PDF/JPEG format and I tried the same way I did for one of my charts. When I enabled the chart for export, the chart context menu doesn't show any export formats - JPEG, PNG or PDF (Save Image as ... are not appearing). I did the following things: 1. Added FusionChartsExportComponent.js to my .aspx file - <script language="JavaScript" src="FusionCharts/FusionChartsExportComponent.js" type="text/javascript"></script>2. Set the registerWithJS attribute as 1 (true) 3. Set attribute exportEnabled='1' like: xmlData.Append(" exportEnabled='1' exportAtClient='1' exportHandler='fcExporter1' exportFormats='JPEG=Export as JPEG|PDF=Export as PDF|PNG=Export as PNG' exportFileName='14 days detailed chart' "); xmlData.Append(" exportDialogColor='e1f5ff' exportDialogBorderColor='0372ab' exportDialogFontColor='0372ab' exportDialogPBColor='0372ab' exportDialogMessage='Exporting chart'>"); //these properties are for Configuring export dialog box I'm wondering if there is any problem exporting Bar2D chart...... I also have a Grid chart which giving me the same problem. Would someone please let me know the way I can save 2D Bar and Grid Chart as image. Need your help pls. Thanking You, Maksuda... Edited September 30, 2009 by Guest Share this post Link to post Share on other sites
Guest Madhumita Report post Posted October 6, 2009 Hello, We have replied to a similar forum post you created under a different Forum topic. Please refer to the following link: http://www.fusioncharts.com/forum/Topic18669-35-1.aspx Share this post Link to post Share on other sites