To be clear, the Image Charts are separate and distinct from the Interactive Charts which run client-side.
The Interactive Charts have no built-in limitations on the quantity of data they can handle. It is nominally constrained by the limitations inherent in javascript, but you would likely run into client memory limits first, and performance limits before you reach memory limits. In practice, the performance limitations depend on what you are doing with the data more than they depend on the quantity of data. I've seen visualizations with > 100k rows run smoothly while others with < 1k rows bring modern browsers running on fast hardware to their knees. On Wednesday, April 3, 2013 6:17:33 PM UTC-4, trybka wrote: > > The Google Visualization API (JS) is all client side, and > www.google.com/jsapi can support high QPS. > > All the rest is client side rendered. > > The exception is GeoMap and GeoChart. Those use the Maps API to geocode > addresses, and are subject to the limitations of those APIs. > > The Image Charts (charts.apis.google.com) have no limit on number of > requests (although we reserve the right to block abusive use), however they > have size limits (300,000 pixel total area). > > (Image Chart usage policy: > https://developers.google.com/chart/image/docs/making_charts) > (Image Chart parameters (which list the 300K Pixel limit) > https://developers.google.com/chart/image/docs/chart_params?hl=en) > > Thomas Rybka | Software Engineer | [email protected] <javascript:> | GViz > > > On Wed, Apr 3, 2013 at 5:57 PM, OffensivelyBad > <[email protected]<javascript:> > > wrote: > >> I'm planning to use Google Charts to visualize some business data. >> >> Could someone advise me of the request and data limits? >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Google Visualization API" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]<javascript:> >> . >> To post to this group, send email to >> [email protected]<javascript:> >> . >> Visit this group at >> http://groups.google.com/group/google-visualization-api?hl=en. >> For more options, visit https://groups.google.com/groups/opt_out. >> >> >> > > -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-visualization-api?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
