getChartFromId probel with IE when using getChartFromId out of memory at line 325 error
#1
Posted 11 August 2010 - 08:53 PM
I looked for similar errors in the forum but could not find a solution.
Any suggestions?
look at an example here: removed by poster
Other Replies To This Topic
#2
Posted 11 August 2010 - 11:45 PM
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.
Other Replies To This Topic
#3
Posted 12 August 2010 - 08:01 AM
fixed the problem thank you soo much!
Other Replies To This Topic
#4
Posted 12 August 2010 - 08:02 AM
We are glad that your issue is resolved.
Keep smiling and keep FusionCharting.

Back to top
MultiQuote