TopherLX opened a new issue, #36966: URL: https://github.com/apache/superset/issues/36966
### Bug description I’m trying to visualize the cumulative daily counts of "Entry" and "SDV" operations using both Line and Bar charts. When adding Annotations of type Time Series, I’ve encountered the following issues: **Override time range has no effect** After enabling this option, applying time filters on the dashboard correctly updates the main chart, but the annotation data remains unchanged—regardless of whether the underlying query is synchronous or asynchronous. The annotation line should update according to the applied time filter, but it does not respond even after refreshing, clearing the cache, or waiting. **Override time grain has no effect** When enabled, the annotation continues to use its original time grain, ignoring any changes made to the main chart’s "Time Grain" setting. **Time Shift has no effect** I’ve tried values like 30 days, 2 months, etc., as suggested by the placeholder text, but the annotation visualization shows no shift whatsoever. Annotation Slice Configuration → Title Column always displays "None" It’s unclear how to configure this field. No matter what column I select (or if the underlying dataset contains valid string/text columns), it still shows "None". Additionally, these same options appear to have no effect when the annotation type is set to Event or Interval. This raises the question: are these configuration options actually functional, or are they currently non-operational? Any guidance or fixes would be greatly appreciated! ### Screenshots/recordings Original chart (**day** grain) <img width="1865" height="775" alt="Image" src="https://github.com/user-attachments/assets/e040d5e9-27cb-4123-9163-b973824af990" /> Chart (day grain) with Time Series Annotation without 'override' options <img width="1870" height="771" alt="Image" src="https://github.com/user-attachments/assets/8aa1ed10-25a5-4f78-8b4e-b2152e807408" /> Chart (day grain) with Time Series Annotation and Override time range selected <img width="1871" height="763" alt="Image" src="https://github.com/user-attachments/assets/d6e80b4c-9a0d-4506-a6ec-5edf4c33c048" /> Original chart (**month** grain) <img width="1866" height="774" alt="Image" src="https://github.com/user-attachments/assets/7626bbf9-aa4c-41ea-bbdb-a72816d788d1" /> Chart (month grain) with Time Series Annotation without 'override' options <img width="1853" height="773" alt="Image" src="https://github.com/user-attachments/assets/ad60b73a-4924-440c-85b2-fe4aef63474d" /> Chart (month grain) with Time Series Annotation and Override time grain selected <img width="1864" height="780" alt="Image" src="https://github.com/user-attachments/assets/066e379b-22f3-4a7b-b886-748aa938e5d7" /> ### Superset version 6.0.0 ### Python version 3.11 ### Node version 16 ### Browser Chrome ### Additional context _No response_ ### Checklist - [x] I have searched Superset docs and Slack and didn't find a solution to my problem. - [x] I have searched the GitHub issue tracker and didn't find a similar bug report. - [x] I have checked Superset's logs for errors and if I found a relevant Python stacktrace, I included it here as text in the "additional context" section. -- 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]
