LuisSanchez opened a new pull request, #37181: URL: https://github.com/apache/superset/pull/37181
### SUMMARY Last month on the right on x-axis timeseries was not appearing. ### BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF #### BEFORE <img width="1250" height="649" alt="image" src="https://github.com/user-attachments/assets/1e1f9857-eedf-4704-8cfc-14269a58c199" /> #### AFTER <img width="1279" height="433" alt="image" src="https://github.com/user-attachments/assets/876adfb0-9885-4d36-9fec-1417196c5e4c" /> ### TESTING INSTRUCTIONS 1. Create a new chart timeline chart. 2. Use month granularity. 3. Check for last month. For ease, you can use this data in SQLLab ```sql SELECT * FROM (VALUES (CAST('2026-01-01' AS DATE), 21000), (CAST('2026-02-01' AS DATE), 22000), (CAST('2026-03-01' AS DATE), 23000), (CAST('2026-04-01' AS DATE), 24000), (CAST('2026-05-01' AS DATE), 25000)) AS t(date, value1) ``` ### ADDITIONAL INFORMATION <!--- Check any relevant boxes with "x" --> <!--- HINT: Include "Fixes #nnn" if you are fixing an existing issue --> - [x] Has associated issue: 89307 and [33905](https://github.com/apache/superset/issues/33905) - [ ] 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]
