JayHealth opened a new pull request, #36901: URL: https://github.com/apache/superset/pull/36901
<!--- Please write the PR title following the conventions at https://www.conventionalcommits.org/en/v1.0.0/ Example: fix(dashboard): load charts correctly --> ### SUMMARY Makes it so that right clicking and using drill by on a bar in the bar chart, actually drills into that particular bar, replacing the x-axis of the bart chart, with what was selected as the drill by value. This is how drill-by functionality works in similar programs. ### SCREENSHOTS OF HOW IT WORKS: <img width="468" height="375" alt="Screenshot 2025-12-17 at 15 54 54" src="https://github.com/user-attachments/assets/2bbfbd2c-ec36-439b-88ec-34f2ab294038" /> <img width="466" height="431" alt="Screenshot 2025-12-17 at 15 55 15" src="https://github.com/user-attachments/assets/223e3b77-c5c2-47a6-a73a-e14b6494065e" /> <img width="867" height="735" alt="Screenshot 2025-12-17 at 15 55 29" src="https://github.com/user-attachments/assets/c13177c8-6cb3-40a5-b827-cefc22292cf5" /> ### TESTING INSTRUCTIONS On a bar chart, right click a column and select a category. A pop up window will appear where the result is visible. ### ADDITIONAL INFORMATION <!--- Check any relevant boxes with "x" --> <!--- HINT: Include "Fixes #nnn" if you are fixing an existing issue --> - [x] Has associated issue: https://github.com/apache/superset/discussions/36766 (not exactly an issue, but I'm not sure how discussion turns into issues in this community) - [ ] Required feature flags: - [x] Changes UI - [ ] Includes DB Migration (follow approval process in [SIP-59](https://github.com/apache/superset/issues/13351)) - [ ] Migration is atomic, supports rollback & is backwards-compatible - [ ] Confirm DB migration upgrade and downgrade tested - [ ] Runtime estimates and downtime expectations provided - [x] Introduces new feature or API - [ ] Removes existing feature or API -- 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]
