Highcharts column range overlapping columns

依然范特西╮ 提交于 2019-12-12 04:55:05

问题


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

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!