如何在 Highcharts 的条形图中显示值为零的列?

How to show a column with the value Zero in Bar chart in Highcharts?

如何在 "bar" 类型的 HighChart 中显示零值?我已经为类型 "column":

的图表找到了可行的解决方案
plotOptions: {
    column: {
    minPointLength: 3
    }
}

如何为类型 "bar" 应用这些选项?

柱线也支持 minPointLength。

文档: http://api.highcharts.com/highcharts#plotOptions.bar.minPointLength