Hi Manuel, The issue here is that you're using German names for your countries, which aren't immediately recognized by the GeoChart, so it falls back to geocoding each name via Google Maps. This can get very slow, since the geocoder starts throttling you after 10 requests.
In order to speed it up, you could use the ISO 3166-1 country codes <http://en.wikipedia.org/wiki/ISO_3166-1>, which the GeoChart knows about inherently, along with a second string column for "nice names". Alternatively, you could use english names for the countries, which the GeoChart also knows about. On Tue Dec 09 2014 at 8:12:12 AM Manuel <[email protected]> wrote: > Dear all, > > I'm currently testing a geochart populated with JSON. But it loads quite > slowly one country after another. > You can find the example here: http://hauspreisindex.esy.es/ > Perhaps someone knows the reason for the long loading time? > > I'm looking forward to your feedback. > > Best, > Manuel > > -- > 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. > For more options, visit https://groups.google.com/d/optout. > -- 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. For more options, visit https://groups.google.com/d/optout.
