如何在图表中的绘图带和第一根柱(红色的“ A”柱)之间增加空间

问题描述 投票:0回答:1

我已经尝试了以下演示。演示:https://jsfiddle.net/50tdn8hz/ enter code here

highcharts
1个回答
0
投票

您可以降低xAxis.min值:

xAxis: {
  min: -1,
  ...
}

实时演示: https://jsfiddle.net/BlackLabel/atryv6k5/

API参考: https://api.highcharts.com/highcharts/xAxis.min

© www.soinside.com 2019 - 2024. All rights reserved.