问题

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.
来源:https://stackoverflow.com/questions/24387902/highcharts-column-range-overlapping-columns