score:2

Just turn on stacking on the columns and then add multiple series of type column and this will just work.

plotOptions: {
    column: {
        stacking: 'normal'
    }
},

Fiddle example here.


Related Query

More Query from same tag