The regions for some countries in the world are not active for the geomap visualization. Thanks for reporting.
ChartMan On Sun, Dec 19, 2010 at 5:08 PM, ChartMan <[email protected]> wrote: > So it works for markers mode: see this example > > function drawVisualization() { > var data = new google.visualization.DataTable(); > data.addRows(2); > data.addColumn('string', 'Country'); > data.addColumn('number', 'Popularity'); > data.setValue(0, 0, 'arad'); > data.setValue(0, 1, 200); > data.setValue(1, 0, 'alba'); > data.setValue(1, 1, 300); > > > var geomap = new google.visualization.GeoMap( > document.getElementById('visualization')); > geomap.draw(data, {'region': 'RO', 'dataMode': 'regions'}); > } > > > I will check and see why regions doesn't work. > > ChartMan > > On Sun, Dec 19, 2010 at 4:48 AM, d d <[email protected]> wrote: > >> hello >> >> 2010/12/15, Manu Ignuta <[email protected]>: >> > Hello ! >> > Please tell me if the application can display geomap regions of >> > Romania. >> > >> > Thank you, >> > Manu Ignuta >> > >> > -- >> > 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]<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.
