You can use the defaultColor option. That option sets the color of regions that have a 'null' value. In your case, that's all your regions. Here's an example of its usage: http://jsfiddle.net/410xn0h2/
On Fri, Mar 13, 2015 at 7:29 AM Schabagh <[email protected]> wrote: > Hi, > > my Geo Chart hast only one Column. How can I change the country > background-color? I need no legend.. > > var data = window.google.visualization.arrayToDataTable([ > ['Country'], > ['Austria'], > ['Bulgaria'], > ['Germany'], > ['India'], > ['Italy'], > ['Switzerland'], > ['United States'], > ['Turkey'], > ['United Kingdom'] > ]); > > Thanks. > > -- > 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/d/optout. > -- 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/d/optout.
