Breaking changes
- Requires Grafana 10 and Grafana 11.
- Removed non-context code parameters. Please update parameters to use
context
.
Code parameters migration guide
- data -> context.panel.data
- echarts -> context.echarts
- echartsInstance -> context.panel.chart
- ecStat -> context.ecStat
- eventBus -> context.grafana.eventBus
- locationService -> context.grafana.locationService
- notifyError -> context.grafana.notifyError
- notifySuccess -> context.grafana.notifySuccess
- replaceVariables -> context.grafana.replaceVariables
- theme -> context.grafana.theme