Highcharts column range overlapping columns

2019-08-27 00:23发布

问题:

From the picture above you can see the problem with overlapping columns.

I've tried with groupPadding but it does seem to work.

I prepared a jsffidle http://jsfiddle.net/cr1t/r7yyN/

Any Ideas?

回答1:

When you set pointWidth, then groupPadding is omitted. Remove pointWidth and you will get proper result: http://jsfiddle.net/r7yyN/1/

Also, you have different groupPadding for series, which may cause overlaping.



标签: highcharts