Dev10-34 opened a new pull request, #34421:
URL: https://github.com/apache/superset/pull/34421

   <!---
   Please write the PR title following the conventions at 
https://www.conventionalcommits.org/en/v1.0.0/
   Example:
   fix(dashboard): load charts correctly
   -->
   
   ### SUMMARY
   <!--- Describe the change below, including rationale and design decisions -->
   The current Time Series and Mixed Time Series charts suffer when huge 
datasets are being used as a large number of data points are available and it 
causes visual clutter. Superset already solves this issue partially by having 
the data zoom feature, however, one has to still manually update the zoom at 
the dashboard level to zoom into their desired and specific portions of dataset.
   Added a configuration that allows the user to set the start and end points 
of the data zoom bar, allowing users to add a configurable scroll bar to their 
timeseries charts in essence.
   Additionally, added the option to clip the Y Axis to max value if needed.
   These extra configurations only show up if the Data Zoom feature is enabled.
   
   ### BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
   <!--- Skip this if not applicable -->
   BEFORE:
   <img width="1919" height="876" alt="image" 
src="https://github.com/user-attachments/assets/b1b04046-8f43-4d0e-a6f7-1a581bd1bac9";
 />
   <img width="1916" height="873" alt="image" 
src="https://github.com/user-attachments/assets/54031cf0-b7d7-423f-8871-892d3812aa8b";
 />
   Unable to load gif within limits, but the data zoom after saving goes back 
to 0 and 100.
   AFTER:
   <img width="1919" height="879" alt="Screenshot 2025-07-31 132327" 
src="https://github.com/user-attachments/assets/42f57b04-753f-48b0-86e4-c86d468136c9";
 />
   <img width="1919" height="866" alt="Screenshot 2025-07-31 132345" 
src="https://github.com/user-attachments/assets/92b86cb1-f1b1-4f28-ae6e-b79aa2fab7c8";
 />
   <img width="1919" height="875" alt="Screenshot 2025-07-31 132725" 
src="https://github.com/user-attachments/assets/f0b5a212-80bf-4ea9-b144-44651cbda0d5";
 />
   ![Recording 2025-07-31 
133313](https://github.com/user-attachments/assets/8115cc26-1daa-4dec-9f64-894bd413c975)
   
   
   ### TESTING INSTRUCTIONS
   <!--- Required! What steps can be taken to manually verify the changes? -->
   
   ### ADDITIONAL INFORMATION
   <!--- Check any relevant boxes with "x" -->
   <!--- HINT: Include "Fixes #nnn" if you are fixing an existing issue -->
   - [ ] Has associated issue:
   - [ ] 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
   - [ ] 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: 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

Reply via email to