I'm working with some multi-year, multi-category data, multi department data. So I've created stacked bar charts for each year where the bars are the department and the stack is the category. Like so:
However I cannot for the life of me figure out how to put each department next to each other and show multiple years side by side. Can anyone point me in the right direction?
My data looks something like this:
Category, Dept, 12_13, 13_14;
1 , A , 10 , 20 ;
2 , A , 22 , 1 ;
1 , B , 5 , 32 ;
2 , B , 34 , 7 ;