kamalkeshavani-aiinside opened a new issue #13269: URL: https://github.com/apache/superset/issues/13269
**Is your feature request related to a problem? Please describe.** In Time-series bar chart, when user creates groups of bars(grouped/stacked), the order of bars in a group/stack is based on the value of metric(descending). In case of Bar chart, the order is based on 'breakdown' dimension value(ascending). There is an option of selecting 'Sort by', but that is just to calculate which bars will be part of chart when series limit is applied. **Describe the solution you'd like** Here, user should be able to sort the bars based on the value of 'Group by' dimension(for time-series bar chart) or by metric value(for bar chart). For example in below chart(sample flights data), user can sort the bars in each group/stack alphabetically(by airline company) to show 'AA' in left most or right most.   In case of bar chart, the sorting of bars is alphabetical(ascending) value of 'breakdown' dimension, it should be allowed to change this behavior as well.  **Describe alternatives you've considered** A more complex feature can be to sort the bars based on some other metric(as already available for series limit). ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
