No, there is no way to set a default value for all countries. You would have to add each country individually to your DataTable.
On Tuesday, September 4, 2012 8:31:22 PM UTC-4, Dan Poynor wrote: > > Currently in my Geochart map if a country doesn't have any data assigned > it's name doesn't appear when rolled over, but it would be nice to show the > names of which countries don't have data too. > > Is there a way to set a default value for all countries? > > Something like this perhaps: > data.addRows([ > [*, 400, 'Category 4: Default'], > ['Australia', 1000, 'Category 1'], > ['Canada', 800, 'Category 2'], > ['Chile', 600, 'Category 3'], > ... > > -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-visualization-api/-/ckR8XU0phv8J. 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.
