Hello,
I am trying to sort results by their "Y axis" value, but I am using an average bucket aggregation and it seems that the sort option I use is bad...
Context:
I have users (field "penta_source.keyword") sending an amount of transfers during a day (global timeline fixed to current day "0 day rounded to the day" ==> now)
I want to calculate the average number of transfers for each user, by intervals of 5 minutes.
What I tried :
What I obtain :
I want the bars to be sorted Descending from greater average to the lower average
Here, bars are note sorted.
What I am doing wrong ?
Thank you