I can't speak for the dev team, but I'm not sure there is a way for them to 
give you a point for countries that small - they would in all probability 
be smaller than a single pixel on the map.  You need to use a continent 
level, region level, or country level map to see them.

On Thursday, January 9, 2014 10:02:46 PM UTC-5, Ambrish Bhargava wrote:
>
> Hi,
>
> Can we have a point for these countries/ISOs. This will help us a lot.
>
> Regards,
> Ambrish
>
> On Thursday, January 9, 2014 11:59:29 PM UTC+5:30, asgallant wrote:
>>
>> Singapore (along with a handful of other countries) is too small to draw 
>> on the world map.
>>
>> On Thursday, January 9, 2014 11:10:16 AM UTC-5, Ambrish Bhargava wrote:
>>>
>>> Hi All,
>>>
>>> I am using Geo charts and trying some examples given in the geochart 
>>> page<https://developers.google.com/chart/interactive/docs/gallery/geochart>
>>>
>>> I am trying to plot data for Singapore ISO, but it is not coming up. 
>>> Looks like the geometry for Singapore (SG) is missing.
>>>
>>> How can I get the geometry of SG in the geocharts? Is it only SG or 
>>> there are more ISOs for which geometry is not present?
>>>
>>> Here is the code:
>>>
>>> ====CODE_STARTS====
>>> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "
>>> http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>
>>> <html xmlns="http://www.w3.org/1999/xhtml";>
>>> <head>
>>>   <meta http-equiv="content-type" content="text/html; charset=utf-8" />
>>>   <title>Google Visualization API Sample</title>
>>>   <script type="text/javascript" src="//www.google.com/jsapi"></script>
>>>   <script type="text/javascript">
>>>     google.load('visualization', '1', {packages: ['geomap']});
>>>
>>>     function drawVisualization() {
>>>       var data = google.visualization.arrayToDataTable([
>>>         ['Country', 'Popularity'],
>>>         ['SG', 700]
>>>       ]);
>>>     
>>>       var geomap = new google.visualization.GeoMap(
>>>           document.getElementById('visualization'));
>>>       geomap.draw(data, null);
>>>     }
>>>     
>>>     google.setOnLoadCallback(drawVisualization);
>>>   </script>
>>> </head>
>>> <body style="font-family: Arial;border: 0 none;">
>>> <div id="visualization" style="width: 800px; height: 400px;"></div>
>>> </body>
>>> </html>
>>> ====CODE_ENDS====
>>>
>>> Regards,
>>> Ambrish
>>>
>>

-- 
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/groups/opt_out.

Reply via email to