答案 0 :(得分:1)
您可以简单地为每个点使用单独的颜色:
series: [{
data: [{
y: 1,
color: 'green'
}, {
y: 2,
color: 'red'
}]
}, {
data: [{
y: 3,
color: 'orange'
}]
}]
现场演示: http://jsfiddle.net/kkulig/cdfyo3y1/
API参考: https://api.highcharts.com/highcharts/series.column.data.color