grafana / scenes

Build Grafana dashboards directly in your Grafana app plugins.
https://grafana.com/developers/scenes
Apache License 2.0
141 stars 21 forks source link

SceneTimeRange: Support the window url parameter #883

Closed torkelo closed 2 months ago

torkelo commented 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).

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

grafanabot commented 2 months ago

:rocket: Issue was released in v5.12.0 :rocket: