可能重複:
Highstock/Highchart cannot set Individual Point colorHIghcharts各個描繪點顏色
目前使用addPoint功能更新highcharts圖形,某些點需要強調/不同的顏色......我在api參考中找不到一個方法來做到這一點,這有可能嗎?
//exampleA - Series arrayId
//exampleB - Point value
//exampleC when not null would has extra tooltip info, these points need to be a different color.
addPoint: function(exampleA, exampleB, exampleC)
{
mcjs.chart.series[exampleA].addPoint({ y: exampleB, exampleC });
}
And http://stackoverflow.com/questions/7737409/set-different-colors-for-each-column-in-highcharts/7739047#7739047 –