Sign in to follow this  
import

function SetDataXML() out of menory at line in IE

Recommended Posts

Guest Basundhara Ghosal

Hi,

Welcome to FusionCharts Forum. :)

Could you please the issue a bit elaborately?

Awaiting your reply. :hehe:

Share this post


Link to post
Share on other sites

Hi,

The code that you have sent is using same identifier (name) for the chart JavaScritp Id as well as chart DOMId.

var myChartId3 = new FusionCharts("/wee/wee/fusioncharts/Charts/Pie2D.swf","myChartId3","600","400","0","1");

Could you please  keep them unique and different?

e.g.

var myChartId3Obj = new FusionCharts("/wee/wee/fusioncharts/Charts/Pie2D.swf","myChartId3","600","400","0","1");

myChartId3Obj.setDataXML(...");

myChartId3Obj.render("chartdiv3");

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