I'm working on an app that runs roulette system simulations. I'm
rendering the results using the visualization API for GWT as a line
chart.

I've found if results go above charting 1K data points I start getting
unresponsive script warnings from Firefox and Chrome and IE basically
explodes no matter what.

Is the hang up in rendering the graph from the google server side or
on the client machine?

In terms of solutions:

1) If it's a client side problem could I somehow send the data to my
server side, instantiate the chart there, and simply return it
completed to the browser asynchronously instead of hogging client
resources?

2) Or is the visualization API simply not able to deal with so many
data points?

Many thanks in advance.

-- 
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