asgallant
unread,Jul 28, 2011, 9:32:02 AM7/28/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-visua...@googlegroups.com
AFAIK, there isn't anything in the charts that lets you get the column colors. The best you can do is assign colors to the chart series manually and extrapolate based on that. Ex: if you set your colors option to "colors: ['red', 'green', 'blue']" then column 0 is always red, regardless of how many columns you have in total. If you assign more colors than columns, the extras are ignored.