Sign in to follow this  
bketnick

getChartFromId probel with IE

Recommended Posts

I am getting an out of memory error at line 325 when I use internet explorer. this line is the internet explorer conditional statement for getChartFromId.

 

 

 

I looked for similar errors in the forum but could not find a solution.

 

 

 

Any suggestions?

 

 

 

look at an example here: removed by poster

Edited by Guest

Share this post


Link to post
Share on other sites
Guest Basundhara Ghosal

Hi,

Welcome to FusionCharts forum. :)

Could you please confirm whether you are using unique name for "chartid", "divid" and the variable name that you are using to declare the chart?

Ref.- <script language="JavaScript">

 var chart1 = new FusionCharts("../../FusionCharts/Column3D.swf", "chart1Id", "400", "300", "0", "1");

  chart1.setDataXML("<chart><set label='A' value='10' /><set label='B' value='11' /></chart>");

  chart1.render("chart1div");

 </script>

Hope this helps.

Share this post


Link to post
Share on other sites
Guest Basundhara Ghosal

Hi,

We are glad that your issue is resolved.

Keep smiling and keep FusionCharting. :)

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