Adr*_*ian 3 javascript jquery highcharts
目前使用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 });
}
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
11542 次 |
| 最近记录: |