score:1

Accepted answer

You need to use pointPadding property. Also groupPadding can also be useful for you.

    plotOptions: {
        series: {
            pointPadding: 0.2
        }
    }

Live demo: http://jsfiddle.net/BlackLabel/782qwgnr/

API Reference:

https://api.highcharts.com/highcharts/plotOptions.column.pointPadding

https://api.highcharts.com/highcharts/plotOptions.column.groupPadding


Related Query

More Query from same tag