Good afternoon!
I have a dataset that describes how many steps a person has taken at a time.
I build a stackable bar chart from this data so that I can see how many steps a certain person took in an hour.
I'm having difficulty with a stackable column. I would like to sort inside a column of people not alphabetically, but by number of steps taken. For example, a person named "John" has walked the most and should be at the top of the column.
Is it possible to sort group by name within a stackable column?
To build a chart I use "Time-series Bar Chart v2"
I would be very grateful for your help and advice.