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).
On Wednesday, April 3, 2013 5:56:19 PM UTC-4, OffensivelyBad wrote:
I'm planning to use Google Charts to visual some data for business purposes.
Could someone advise me on the data or request limits with using the API?