LuisSanchez opened a new pull request, #37532: URL: https://github.com/apache/superset/pull/37532
### SUMMARY Removes the Stream style option from Bar charts while keeping it for Area and Line charts. - Removed Stream option from Bar charts: The "Stacked Style" dropdown for Bar charts now only shows "None" and "Stack" (Stream removed). - Backward compatibility: Existing Bar charts with Stream style remain unchanged; the option no longer appears when editing. - Chart type switching: When switching from a Streamed Area/Line chart to a Bar chart, the Stream value is reset to null. ### BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF ### BEFORE <img width="1456" height="1130" alt="89481-before" src="https://github.com/user-attachments/assets/929720b7-d970-4b84-b3fe-e9b286d6714b" /> ### AFTER https://github.com/user-attachments/assets/32f5d374-fecb-460c-922f-31194cfc9f2c ### TESTING INSTRUCTIONS 1. Create a chart or edit a previously created one. 2. Go to Customize -> Stacked Style 3. Steam must not appear. When changing from a line chart (or another one that can have Stream style) to a bar chart, the bar chart must not appear with Stream style. ### ADDITIONAL INFORMATION <!--- Check any relevant boxes with "x" --> <!--- HINT: Include "Fixes #nnn" if you are fixing an existing issue --> - [x] Has associated issue: #33820 - [ ] Required feature flags: - [ ] 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 - [ ] 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]
