Leave aside the geomap, all the other charts you are using are fine for high QPS. All they need is the data they load from your servers and the charting library loaded from www.google.com/jsapi (supports high QPS). All the rest is client side rendering done for each page the charts are viewed in. If your QPS is not extremely high I think that you are good to go. In any case (as always), I would suggest to perform the appropriate load tests over your specific setup and find out if there are any issues.
HTH ChartMan On Wed, Nov 17, 2010 at 12:55 PM, r o g e r <[email protected]> wrote: > The geomap contains just one row for each country. I'm using GeoLite > Country as an Apache module to log the country code. > > On Wed, Nov 17, 2010 at 5:20 PM, ChartMan <[email protected]> wrote: > >> does the geomap data include regions or addresses or lat/long pts ? >> >> -- > 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]<google-visualization-api%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-visualization-api?hl=en. > -- 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.
