I have a highcharts column chart, here is the jsFiddle for it. I want to keep the space between the series as it is -- really close to each other without touching. But I'd like to increase the space between the categories so that it's more distinguishable they are different categories. I've tried playing around with pointpadding and grouppadding but everything I've tried wants to increase/decrease the space between all the columns. Any ideas?
plotOptions: {
column: {
borderRadius: 5,
dataLabels: {
enabled: true,
},
groupPadding: 0,
pointWidth: 45,
},
},