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
Selecting one of the preset "Last *" time ranges updates the dashboard immediately. However, upon selecting "Custom" and submitting a time range, nothing happens. Furthermore, if "Auto-Refresh" is on, the time range displayed on the dropdown menu reverts to the previously selected "Last *" time range (i.e. the time range reflected on the graphs).
As far as I can tell, updateTimeRange (in public/app/features/panel/panelHelper.js) isn't even getting called when a custom time range is selected. I haven't investigated the root of the problem thoroughly yet.
Tested with included Grafana data source and local Graphite data source.
The text was updated successfully, but these errors were encountered:
Selecting one of the preset "Last *" time ranges updates the dashboard immediately. However, upon selecting "Custom" and submitting a time range, nothing happens. Furthermore, if "Auto-Refresh" is on, the time range displayed on the dropdown menu reverts to the previously selected "Last *" time range (i.e. the time range reflected on the graphs).
As far as I can tell, updateTimeRange (in public/app/features/panel/panelHelper.js) isn't even getting called when a custom time range is selected. I haven't investigated the root of the problem thoroughly yet.
Tested with included Grafana data source and local Graphite data source.
The text was updated successfully, but these errors were encountered: