Display Order for Stacked Bar Charts
I've got a stacked bar chart that is correctly displaying the data I want it to, but I want the data sorted in descending order by value - it's currently sorted in alphabetical order by name (so reading from left to right it shows Alpha (3) Beta (1) Gamma (5). I'd like it to display in Gamma Alpha Beta order. Is this possible (without switching the axes). Thanks