Sign in to follow this  
sarshet

Limit to number for graphs on one page?

Recommended Posts

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this