Sign in to follow this  
Nidhi

Problem In Export Multi Series Chart

Recommended Posts

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this