How to prevent bars overlapping eachother in Highcharts?
问题 HIGH CHARTS Please look at JSFIDDLE. Here the bars overlap each other. How to prevent this by resizing the bar width dynamically. 回答1: If happens because you set bar width with fixed value. If you want bars to take all available place for width, instead of using pointWidth , set pointPadding to 0, groupPadding to 0 and borderWidth to 0. API Reference: http://api.highcharts.com/highcharts/plotOptions.bar.pointPadding http://api.highcharts.com/highcharts/plotOptions.bar.groupPadding http://api