I have a bar graph (MSColumn) where I am displaying specific categories on a calendar day. Is there a way where each day can display from largest to smallest from left to right?
I have gotten it to work where it successfully does this for the first day displayed. However, the consecutive days follow the sorting of the first day displayed and not the largest to smallest order. My mysql query sorting is not the issue as when I plot it as a table, the consecutive days are properly sorted.