如何在Highcharts中将yAxis网格线扩展到整个绘图区域?

时间:2019-01-11 10:41:32

标签: highcharts

我想增加图表网格线以填充图形的宽度。

到目前为止,我已经知道了:https://jsfiddle.net/mukeshshamra1201/8pu9a5c4/97/

我已经使用y轴属性来实现某些目标,但是我无法弄清其余的东西。

Your total is ('Your first roll is', 4, 'Your second roll is', 1)


我想要点东西:

enter image description here

1 个答案:

答案 0 :(得分:1)

spacingLeftspacingRight设置为 0

chart: {
    ...
    spacingLeft: 0,
    spacingRight: 0
}

实时演示:https://jsfiddle.net/BlackLabel/3Lpsz0hd/

API参考:https://api.highcharts.com/highstock/chart.spacing