I've implemented a scatterplot visualization with ~ 500 data points.

With Chrome and Firefox, the chart renders fine. However, with IE7 and
IE8, I'm getting reports that the CPU is pegged at 100% for several
minutes.

I modified the javascript to try and render incrementally (20 data
points at a time, relying on the 'ready' event callback before
continuing with the next set of points). This does work somewhat, but
the CPU remains pegged and the browser is largely unresponsive.

Is this a limitation of the IE 7/8 javascript engine? Are there known
workarounds to get acceptable performance on IE short of drastically
reducing the number of data points? (we did try reducing the total
data points to 20 and IE was able to handle that okay).

Thanks.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Visualization API" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-visualization-api?hl=en.

Reply via email to