目前使用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 });
}
答案 0 :(得分:5)
答案 1 :(得分:2)