且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

在Highcharts散点图中的单个颜色

更新时间:2023-11-26 23:41:28

设置fillColor,而不是color / p>

Set the "fillColor", instead of (or as well as) the "color":

series: [{
  data: [194.1, 95.6, {y:54.4, fillColor:'#FF0000'}]
}]

http://jsfiddle.net/Uu9ck/1/