If you add ', RU' to the city names, it works better, at least for Russian
cities. Here is what I tried just now:
https://jsfiddle.net/dlaliberte/ugeqvz2t/
Note that Kirov is not found where I thought it would be, and Omsk and
Kazan are not found at all.

On Wed, Dec 21, 2016 at 12:21 PM, Vadim <[email protected]> wrote:

> One or two weeks lost some russian cities, f.e. Moscow.
> This script show 'Arkhangelsk' city, but no 'Moscow'.
> Any ideas?
>
> Vadim
>
>
>
>
>
> <script type='text/javascript' src='https://www.google.com/jsapi
> '></script>
> <script type='text/javascript'>
> google.load('visualization', '1', {packages: ['geochart']});
> google.setOnLoadCallback(drawVisualization);
>
> function drawVisualization() {
>  var data = google.visualization.arrayToDataTable([
>       ['City', 'rub/kg', '$/тн'],
>       ['Moscow', 35.60, 576.08],
>       ['Arkhangelsk', 38.00, 614.92]
>       ]);
>
>     var geochart = new google.visualization.GeoChart(
> document.getElementById('visualization'));
>
>     var options = {
>                 region: 'RU',
>                 displayMode: 'markers',
>                 resolution: 'provinces',
>                 colorAxis: { colors: ['red', 'green'] }
>             };
>     geochart.draw(data, options);
> }
>
>     </script>
>
> <div id="visualization"></div>
>
> --
> 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 google-visualization-api@
> googlegroups.com.
> Visit this group at https://groups.google.com/
> group/google-visualization-api.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/google-visualization-api/5e8f763b-3ba2-420d-bd8c-
> 0ab821b1eea4%40googlegroups.com
> <https://groups.google.com/d/msgid/google-visualization-api/5e8f763b-3ba2-420d-bd8c-0ab821b1eea4%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Daniel LaLiberte <https://plus.google.com/100631381223468223275?prsrc=2>
[email protected] <[email protected]>   5CC, Cambridge MA

-- 
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 https://groups.google.com/group/google-visualization-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-visualization-api/CAOtcSJOW1HG2XaM181d3K8aTZSSgTjC1PArVZ-J90fhhpEohmQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to