I'm trying to get a Bar Chart with different bar color, I'm using the property colorByPoint, so (here my complete example: http://jsfiddle.net/n6GRZ/7/):
plotOptions: {
series: {
colorByPoint: true
}
},
but this does not work as in Highcharts example in this: