Heatmap: Fix runtime error when no data is present, add e2e test (#113242)

* Heatmap: Fix runtime error when no xAxis is present, add e2e test

* update migration test fixture

* updates from review
This commit is contained in:
Paul Marbach
2025-10-31 18:17:30 +00:00
committed by GitHub
parent 2d250ab364
commit 64da716a2e
7 changed files with 231 additions and 58 deletions
+1
View File
@@ -480,6 +480,7 @@ i18next.config.ts @grafana/grafana-frontend-platform
/e2e-playwright/panels-suite/geomap-layer-types.spec.ts @grafana/dataviz-squad
/e2e-playwright/panels-suite/geomap-map-controls.spec.ts @grafana/dataviz-squad
/e2e-playwright/panels-suite/geomap-spatial-operations-transform.spec.ts @grafana/dataviz-squad
/e2e-playwright/panels-suite/heatmap.spec.ts @grafana/dataviz-squad
/e2e-playwright/panels-suite/panelEdit_base.spec.ts @grafana/dashboards-squad
/e2e-playwright/panels-suite/panelEdit_queries.spec.ts @grafana/dashboards-squad
/e2e-playwright/panels-suite/panelEdit_transforms.spec.ts @grafana/datapro