mtaggart Report post Posted February 19, 2007 I've creating a php page that shows a bunch of charts on carrier statistics. I want them to all be on one page because I allow the user to filter the data based on weight breaks etc. Right now I have 6 charts on a page (using Column3D.swf) and I'm calling them all using the php code from the examples... echo renderChart("/Library/fusioncharts/Charts/Column3D.swf", "shipdateentrydatechart.php", "", "myFirst", 470, 325, false, false); The 6 charts show up great in firefox 2. In IE 6 they show up the first time ok. Then when you go to refresh the page it gives an out of memory 173 error - waits a long time - and then reloads the page. Firefox takes about 10 seconds to display the page - IE takes about 1.5 minutes on a reload. Has anyone else run into this problem?? IE works fine with only 2 graphs on a page. Thanks Share this post Link to post Share on other sites
Pallav Report post Posted February 20, 2007 Do all the charts show up in IE the first time? Share this post Link to post Share on other sites
sarshet Report post Posted May 6, 2007 was this issue resolved? I am seeing a similar issue. See this post: http://www.fusioncharts.com/forum/Topic982-28-1.aspx Share this post Link to post Share on other sites