michaelmorera-preset commented on PR #38017: URL: https://github.com/apache/superset/pull/38017#issuecomment-3987763983
The testing for this ticket was completed. The application is working as expected. # Scenario Verify the user should not see a timestamp displayed at the end of the chart X Axis when the user creates/edits a bar chart using the time grain month. | Variant | Status | | -------- | -------- | | Bar Chart - Time Grain "Month" | :white_check_mark: | | Bar Chart - Time Grain "Quarter" | :white_check_mark: | | Bar Chart - Time Grain "Year" | :white_check_mark: | | Bar Chart Other Time Grain variants | :white_check_mark: | | Bar Chart Some Time Grain variants creating a chart | :white_check_mark: | | Bar Chart Some Time Grain variants editing a chart | :white_check_mark: | | Line Chart - Time Grain "Month" | :white_check_mark: | | Line Chart - Time Grain "Quarter" | :white_check_mark: | | Line Chart - Time Grain "Year" | :white_check_mark: | | Line Chart Other Time Grain variants | :white_check_mark: | | Line Chart Some Time Grain variants creating a chart | :white_check_mark: | | Line Chart Some Time Grain variants editing a chart | :white_check_mark: | ## Steps 1. Create/edit a Bar chart or Line Chart. 2. Use a dataset with a date range spanning several years (e.g., 2003–2005 or 2025–2027). 3. Set the **Time Grain** to "Month". 4. Set the Time Format on the X-axis to "Adaptive Formatting". 5. Observe the X-axis labels at the boundaries of the date range (start or end). ## Expected result After the step 5, the user should not see a timestamp displayed at the end of the chart X Axis. ## Current result After the step 5, the user is not seeing a timestamp displayed at the end of the chart X Axis. ## Evidence ### Before - Master current behavior - old behavior <img width="1912" height="990" alt="Bar chart time stamp at the end" src="https://github.com/user-attachments/assets/91080572-2346-46ba-8588-e7a103a0ad21" /> ### After - Fixed Bar chart without time stamp at the end - quarter <img width="1912" height="990" alt="Bar chart time stamp not at the end" src="https://github.com/user-attachments/assets/bed56a20-db48-47ac-b224-308c2596eea2" /> ### After - Fixed Bar chart without time stamp at the end - month <img width="1912" height="990" alt="Bar chart time stamp not at the end - month" src="https://github.com/user-attachments/assets/1fa65a4f-5bcc-4bd9-8acc-2a5e2f03c7ed" /> ### After - Fixed Line chart without time stamp at the end - month <img width="1912" height="990" alt="Line chart time stamp not at the end - month" src="https://github.com/user-attachments/assets/a11b0303-4a8e-49c9-a578-9f131a1568b5" /> -- 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]
