I have have a column chart which has a number of categories, each with a single data point (e.g. like this one). Is it possible to change the colour of the bar for each category? i.e. so each bar would have its own unique colour rather than all being blue?
Share
You can also set the color individually for each point/bar if you change the data array to be configuration objects instead of numbers.
Example on jsfiddle