score:19

The options you want to play with are pointPadding (padding between bars) and groupPadding (padding between seies).

e.g.

 plotOptions: {
        series: {
            pointPadding: 0,
            groupPadding: 0.1,
        }
    },

e.g. http://jsfiddle.net/BZzWQ/


Related Query

More Query from same tag