highcharts 修改 箱线图每个箱子的颜色

在js中添加以下代码

 plotOptions: {
       series: {
           colorByPoint: true
          },
       boxplot: {
         fillColor:null,
         colorBorPoint:true,
         colors: [red,'#000000']),
   }
  },

综合网上多方材料,得出

highcharts 修改 箱线图每个箱子的颜色_第1张图片

 

你可能感兴趣的:(vue.js)