bketnick Report post Posted August 11, 2010 (edited) 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 August 12, 2010 by Guest Share this post Link to post Share on other sites
Guest Basundhara Ghosal Report post Posted August 11, 2010 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
bketnick Report post Posted August 12, 2010 Thanks there must have been some conflict with var names and id names fixed the problem thank you soo much! Share this post Link to post Share on other sites
Guest Basundhara Ghosal Report post Posted August 12, 2010 Hi, We are glad that your issue is resolved. Keep smiling and keep FusionCharting. Share this post Link to post Share on other sites