I need to highlight a column in my bar chart.
I found this example http://jsfiddle.net/shawson/CkkbF/8/
They’re using this.update({ color: '#f00' }, true, false) in the click event.
My question is, how do I get this so I can change the color, without a click event? What is this?
Check out this fiddle. You can add colors into the data when you are creating it like this: