fzhengTT commented on issue #33105: URL: https://github.com/apache/superset/issues/33105#issuecomment-2830578152
> [@sfirke](https://github.com/sfirke) Thanks for submitting a fix for the zeros. > > > Y-axis sorting is inconsistent: > > > Even when “Sort Y Axis” is set to “Axis ascending”, the Y-axis values are not ordered numerically. > > Y-axis order appears to depend on the order of values in the X-axis or underlying data groupings, this can be observed in the Results on the bottom right corner: ret_row is what on the y-axis, and it's order in the Results is the same as the order on the heatmap. > > [@fzhengTT](https://github.com/fzhengTT) If you have both x-axis and y-axis sorting set, x-axis sorting will be applied first and that's why the y-axis might not follow an order. If you want to sort by the y-axis only, you need to clear the x-axis sorting. @michael-s-molina Hi, ORDER BY X ASC, Y ASC does not work for my specific use case. I'll need to sort by A ASC and Y ASC independently. And agreed with @sfirke , I believe that used to be the case in 4.0 or 4.1 version, before my team upgraded to 5.0.0rc. Hope this independent sorting feature can be implemented. -- 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: notifications-unsubscr...@superset.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org For additional commands, e-mail: notifications-h...@superset.apache.org