I've this set of data that is
Serie 1 Serie 2
Category 1 2005 20 10
2006 30 15
Category 2 2005 35 17
2006 25 12
See this fiddle: http://jsfiddle.net/X4g4Q/
I've checked options like giving the series ids and things like linkedTo http://api.highcharts.com/highcharts#plotOptions.bar.linkedTo
But I've found not a single way in which I can have multiple stacked bars that 'share' a legend item (thus color). Am I formatting my data incorrectly or is this simply not possible using highcharts?