michael-s-molina opened a new pull request, #38979:
URL: https://github.com/apache/superset/pull/38979

   ### SUMMARY
   Mixed timeseries charts were missing several axis formatting behaviors that 
regular timeseries charts already had:
   - `timeGrainSqla` was not passed to `getXAxisFormatter`, so time-grain-aware 
formatting was missing
   - Label deduplication for time axes with no rotation was not applied
   - `hideOverlap` and max label alignment (`showMaxLabel`, `alignMaxLabel`) 
were not configured
   
   This fix brings mixed timeseries charts in line with regular timeseries 
chart axis formatting.
   
   ### BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
   N/A (axis label formatting fix — labels now display with correct time grain 
formatting and deduplication)
   
   ### TESTING INSTRUCTIONS
   1. Create a mixed timeseries chart with a temporal X axis
   2. Verify that time grain formatting (e.g., monthly labels) renders correctly
   3. Verify that duplicate labels are suppressed when `showMaxLabel` is active
   4. Compare axis label behavior against a regular timeseries chart — should 
be consistent
   
   ### ADDITIONAL INFORMATION
   - [ ] Has associated issue:
   - [ ] Required feature flags:
   - [x] Changes UI
   - [ ] Includes DB Migration
   - [ ] 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