sfirke opened a new pull request, #36302: URL: https://github.com/apache/superset/pull/36302
### SUMMARY Fixes #33245. Note: I leaned heavily on AI coding assistance for this PR since I'm still new to TypeScript. The logic makes sense to me and I verified the desired behaviors in my test environment, but someone familiar with TypeScript should review with care. I left the addition to .gitignore in, it seems like a developer pattern that might help others. ### BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF **BEFORE - 6.0.0rc3** The y-axis is out of order: <img width="1413" height="395" alt="image" src="https://github.com/user-attachments/assets/b68dcda5-8008-4e90-a9e8-0ee18805bd7c" /> **AFTER** Y-axis order is correct: <img width="1393" height="391" alt="image" src="https://github.com/user-attachments/assets/5febdd11-fc62-4c9b-badb-48ae2bacff28" /> ### TESTING INSTRUCTIONS Tests included. I deployed to my test environment and checked ascending and descending for y- and x-axes of numeric and categorical variables. ### ADDITIONAL INFORMATION - [x] Has associated issue: fixes #33245 -- 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]
