FusionCharts Forum: getChartFromId probel with IE - FusionCharts Forum

Jump to content

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

getChartFromId probel with IE when using getChartFromId out of memory at line 325 error

#1 User is offline   bketnick 

  • Forum Newbie
  • Group: Members
  • Posts: 2
  • Joined: 11-August 10

Posted 11 August 2010 - 08:53 PM

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
0

Other Replies To This Topic

#2 User is offline   Basundhara Ghosal 

  • Supreme Being
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2459
  • Joined: 15-September 09

Posted 11 August 2010 - 11:45 PM

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.

Regards,

Basundhara Ghosal

Follow us on Twitter :D
0

Other Replies To This Topic

#3 User is offline   bketnick 

  • Forum Newbie
  • Group: Members
  • Posts: 2
  • Joined: 11-August 10

Posted 12 August 2010 - 08:01 AM

Thanks there must have been some conflict with var names and id names



fixed the problem thank you soo much!
0

Other Replies To This Topic

#4 User is offline   Basundhara Ghosal 

  • Supreme Being
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2459
  • Joined: 15-September 09

Posted 12 August 2010 - 08:02 AM

Hi,

We are glad that your issue is resolved.

Keep smiling and keep FusionCharting. :)

Regards,

Basundhara Ghosal

Follow us on Twitter :D
0

Other Replies To This Topic

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic