mtaggart

Members
  • Content count

    1
  • Joined

  • Last visited

About mtaggart

  • Rank
    Forum Newbie
  1. 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