With Google Charts bar graph, is it possible to to change the color of one bar. For example I\'d like to make the 2006 data red (other bars are blue).
funct
var options = { colors: ['red','green', 'purple'] };
colors parameter will only accept arrays if we are using this we have to make sure we are adding color for all the elements.