2016-09-01 24 views

答えて

1

一つのアイデアは、あなたのplotAreaを小さくするためにmarginBottomを使用することです:

chart: { 
    marginBottom: 240 
}, 

http://jsfiddle.net/vy3s34vh/1/

もう一つのアイデアは、xAxis.offsetパラメータを設定することです:

xAxis: { 
    offset: -110 
}, 

http://jsfiddle.net/vy3s34vh/2/

関連する問題