You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Query, filters(global filters + app filters) + time filters(time range + time refresh config) should be correctly updating child visualization embeddables.
query and app filter being persisted app wise; time filter and global filter being persisted globally across dashboards.
they also need to be correctly saved and stored in state container, dashboard container and osd URL storage.
The text was updated successfully, but these errors were encountered:
abbyhu2000
changed the title
query, filter and time range correctly update child embeddables
[Dashboard De-Angular] Query, filter and time range correctly update child embeddables
Jun 22, 2023
AppState/state container will only store information for global filter and query
Time filter and global filter will be only stored in the URL, they will not be stored in AppState/state container; but they will need to be stored in dashboard container, since dashboard container embeddable needs them to update the child embeddable.
The text was updated successfully, but these errors were encountered: