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

   <!---
   Please write the PR title following the conventions at 
https://www.conventionalcommits.org/en/v1.0.0/
   Example:
   fix(dashboard): load charts correctly
   -->
   
   ### SUMMARY
   The value label once you check the "Show value" checkbox for Time Series and 
Mixed Timeseries charts, is not configurable. Added the capability to customize 
it as seen fit. One can now rotate the labels or even set the render distance 
of the value labels. The former is helpful in both Timeseries and Mixed 
Timeseries, but the latter change is very useful for Mixed Timeseries type 
charts. In situations where you have very close values, there is a lot of 
visual clutter and it is hard to distinguish the labels. In that case, using 
Mixed timeseries, anyone can just set the distance of type A query by a 
positive value and type B query by a negative value to increase readability.
   
   ### BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
   <!--- Skip this if not applicable -->
   Before:
   <img width="1919" height="874" alt="image" 
src="https://github.com/user-attachments/assets/bde17291-896b-4952-a50a-debc32a3a3cb";
 />
   
   After:
   <img width="1919" height="874" alt="image" 
src="https://github.com/user-attachments/assets/885e309c-3286-45e0-a2ff-ec387a4ed340";
 />
   <img width="1919" height="877" alt="image" 
src="https://github.com/user-attachments/assets/9b67d4bf-6c7f-48a1-9999-c0a7b1b8367b";
 />
   <img width="1919" height="877" alt="image" 
src="https://github.com/user-attachments/assets/8c0cc8db-78ad-4e00-bda7-7a992901cc42";
 />
   <img width="1919" height="880" alt="image" 
src="https://github.com/user-attachments/assets/4be1895f-7b00-4dd8-832b-9ceb5cc118c0";
 />
   
   
   ### 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
   - [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]

Reply via email to