I'm not really experiencing the chart being slow. For me, the chart loads
in ~300ms. Here's a jsfiddle I created from your code:
http://jsfiddle.net/hzsumg04/. It has some rudimentary performance metrics.
What does the popup say for you? How long does it take the chart to render?

On Fri, Mar 20, 2015 at 10:41 AM Schabagh <[email protected]> wrote:

> Hello Sergey,
>
> this is my code:
>
> Code hier eingeben..var data = window.google.visualization.ar
> rayToDataTable([
>
>             ['Country'],
>             ['Austria'],
>             ['Bulgaria'],
>             ['Germany'],
>             ['India'],
>             ['Italy'],
>             ['Switzerland'],
>             ['United States'],
>             ['Turkey'],
>             ['United Kingdom']
>         ]);
>
>         var options = {
>             displayMode: 'auto',
>             keepAspectRatio: true,
>             colorAxis: { colors: ['#8DE3B5', '#8DE3B5'] },
>             minValue: 0,
>             maxValue: 1,
>             datalessRegionColor: '#FFC335',
>
>     };
>         var chart = new window.google.visualization.GeoChart(document.
> getElementById('regions_div'));
>         chart.draw(data, options);
>
> Thanks
>
>
>
>  --
> 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.

Reply via email to