Nidhi Report post Posted February 6, 2012 Hello, I tried to export single series chart and able to do it , My chart rendering code is given below : var myChart = new FusionCharts("Charts/Column2D.swf", "myChartId", "400", "300", "0", "1"); myChart.setXMLUrl("SaveData.xml"); myChart.render("chartContainer"); But when I change Column2D.swf to MSCombiDY2D.swf and change the xml path accordingly it given one error that is "chartObject.hasRendered is not a function" While my xml is already updated with exportEnabled='1' exportAtClient='0' showExportDialog='0' exportfilename='WellAnalysis' exportAction='save' exportHandler='http://localhost/oilgasweb/FCExporter.aspx' . My guess is there is any other way to export multi series chart . Share this post Link to post Share on other sites
Guest Sumedh Report post Posted August 27, 2012 Hi, Can you please paste your sample code here? Share this post Link to post Share on other sites