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 <aux03s...@gmail.com> wrote: > hello > > 2010/12/15, Manu Ignuta <manu.ign...@gmail.com>: > > 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 > > google-visualization-...@googlegroups.com. > > To unsubscribe from this group, send email to > > google-visualization-api+unsubscr...@googlegroups.com<google-visualization-api%2bunsubscr...@googlegroups.com> > . > > 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 > google-visualization-...@googlegroups.com. > To unsubscribe from this group, send email to > google-visualization-api+unsubscr...@googlegroups.com<google-visualization-api%2bunsubscr...@googlegroups.com> > . > 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 google-visualization-...@googlegroups.com. To unsubscribe from this group, send email to google-visualization-api+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-visualization-api?hl=en.