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

PanelMigrations: Fixes incorrect panel.id in migration handler #638

Closed torkelo closed 8 months ago

torkelo commented 8 months ago

Some migrations require panel id (like graph => timeseries migration handler that transforms time regions to annotations)

📦 Published PR as canary version: 3.11.0--canary.638.8200246516.0
:sparkles: Test out this PR locally via: ```bash npm install @grafana/scenes@3.11.0--canary.638.8200246516.0 # or yarn add @grafana/scenes@3.11.0--canary.638.8200246516.0 ```
grafanabot commented 8 months ago

:rocket: PR was released in v3.12.0 :rocket: