Reputation: 29
I want to reduce the distance between the columns. I was trying : plot Options column: pointPadding , border Width , pointWidth
Code:
`https://jsfiddle.net/x1m0et85/2/`
I need something like the first picture
THANK YOU!
Upvotes: 0
Views: 289
Reputation: 11633
You should be able to reduce this distance by setting groupPadding
.
API: https://api.highcharts.com/highcharts/plotOptions.column.groupPadding
Demo: https://jsfiddle.net/BlackLabel/6v8bdky4/
Upvotes: 0