sfirke opened a new issue, #23197: URL: https://github.com/apache/superset/issues/23197
This is a regression from 2.0.1, revealed when testing 2.1.0rc1. Haven't tested on master branch. #### How to reproduce the bug Create a time series Bar Chart v2, add to dashboard, set a filter to include time range from >1 year ago to now. ### Expected results Here's how this chart looks in 2.0.1 dashboard in production:  ### Actual results Here is this chart in 2.1.0rc1 - note the timestamp value at the end of the x-axis, bottom-right of screenshot:  If I change the time grain to Week, the timestamp value changes:  If I put in 2022-12-01 as the start date, the timestamp goes away:  But it is present with 2022-11-01 as the start date. ### Environment (please complete the following information): - browser type and version: Firefox - superset version: 2.1.0rc1 vs 2.0.1 - any feature flags active: GENERIC_CHART_AXES The only maybe-relevant thing I see in the logs is `DEBUG:parsedatetime:eval now with context - False, False` -- 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]
