Highcharts - Why is there extra spacing before the first column and after the last column?

前端 未结 2 650
情话喂你
情话喂你 2021-01-15 14:17

I have a Highcharts datetime column chart, with several series that which are added and updated dynamically. It appears that the library is producing the chart with a large

2条回答
  •  不知归路
    2021-01-15 15:00

    You can modify pointWidth and groupPadding/pointPadding parameter

    http://jsfiddle.net/PRKAJ/37/

    EDIT: You should define pointRange

    http://jsfiddle.net/PRKAJ/41/

    http://api.highcharts.com/highcharts#plotOptions.series.pointRange

提交回复
热议问题