Hi team,
We’re building a chart with columns where the group by is set by numeric intervals from negative to positives. Like so:
The issue here is obviously with sorting the columns. Particularly for the negative intervals, since they’re the ones who are messed up: -15 to 0; -30 to 15; -45; -45 to 30.
Is there a away I can properly order them even if we need aliases or changing labels. I just wanted something a bit more subtle and less confusing than using an a, b, c or 1, 2, 3 prefix.
Thanks in advance guys!