rusackas commented on issue #27704:
URL: https://github.com/apache/superset/issues/27704#issuecomment-2468892940

   If I'm interpreting this correctly (perhaps @villebro can correct me if I'm 
mistaken), the control sorts the _data_ as part of the query. I.e. you might 
have a HUGE database, and when you query up to your LIMIT, you would get 
(essentially) random rows, where as this Sorting control lets you get the 
highest or lowest results in your database. 
   
   If you're looking to sort the bars by height within the chart rendering, 
there is currently no control to do so. Basically you're looking to Sort the X 
Axis by the selected Metric. I and many other people wish for this, but (AFAIK) 
it's not an option right now. 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to