Mixed Chart - Stacked Bar metrics sort #28392
marianysilva
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
I've tried to do exactly the same thing and was abble to accomplish this by editing the metric labels in alphabetic way (numbers are not considered), so, if you try: { A - 1, B - 2, C - 3 } and after { A - 3, B - 2, C - 1 } you would be able to see the difference. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would like the sorting of metrics in a Mixed Chart with Stacked Bars to impact the data visualization. I named my metrics as 1, 2, 3 in an attempt to sort them, but it was unsuccessful. I also changed the order in which the metrics were declared, but this did not reorder them.
Beta Was this translation helpful? Give feedback.
All reactions