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] | GViz On Wed, Apr 3, 2013 at 5:57 PM, OffensivelyBad <[email protected]>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]. > 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. > > > -- 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.
