0

I'd like to create a grouped, stacked column chart. There should be two columns (2000, 2050) for each region (OECD, BRICS, ...), and each of the columns has the same multiple categories. Here is what I came up with so far.

The thing is that I have no idea how to display the "2000" and "2050"; as well as how to avoid that the categories are being displayed two times in the legend.

Thanks for any hints!

luftikus143
  • 1,285
  • 3
  • 27
  • 52

1 Answers1

0

I solved this (partly) by fiddling with the showInLegend and legendItemClick

See my fiddle: http://jsfiddle.net/b72e0vh4/3/

enter image description here

Rob Audenaerde
  • 19,195
  • 10
  • 76
  • 121