Highcharts 柱图中每条柱外会有默认白色的边框,

去边框代码如下:

plotOptions: {
            bar: {
                borderColor: "",//去边框
            }
 }