Closed torkelo closed 2 months ago
In the old time range system we supported initiating the initial time range from a time and time.window parameters that would set the from and to values (then be ignored, best cleared).
time
time.window
https://github.com/grafana/grafana/blob/main/public/app/features/dashboard/services/TimeSrv.ts#L159
Implemented originally in this PR https://github.com/grafana/grafana/pull/18636
Need to re-implement this in SceneTimeRange
:rocket: Issue was released in v5.12.0 :rocket:
v5.12.0
In the old time range system we supported initiating the initial time range from a
time
andtime.window
parameters that would set the from and to values (then be ignored, best cleared).https://github.com/grafana/grafana/blob/main/public/app/features/dashboard/services/TimeSrv.ts#L159
Implemented originally in this PR https://github.com/grafana/grafana/pull/18636
Need to re-implement this in SceneTimeRange