Indeed, the format for colors in GeoChart is now similar to other charts (like line chart):
An array of strings, where each element is an HTML color string, for example: colors:['red','#004411'] On Mon, May 16, 2011 at 4:57 PM, asgallant <[email protected]>wrote: > There is an error in the documentation, that should be an array of color > value strings, like this: > > color: ["fdf4e5", "f6e9e9", "e8c7c7", "a32020", "602320"] // <--- note: > use quotes, no "0x" > > -- > 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. > -- 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.
