Gauge: Fix issue with gdev dashboard (#116235)

This commit is contained in:
Paul Marbach
2026-01-14 09:55:34 -05:00
committed by GitHub
parent 0e6651c729
commit d6ac674f3e
2 changed files with 5 additions and 5 deletions
@@ -2117,7 +2117,7 @@
}
],
"title": "Numeric, no series",
"type": "gauge"
"type": "radialbar"
},
{
"datasource": {
@@ -2183,7 +2183,7 @@
}
],
"title": "Non-numeric",
"type": "gauge"
"type": "radialbar"
}
],
"preload": false,
@@ -2201,4 +2201,4 @@
"title": "Panel tests - Gauge (new)",
"uid": "panel-tests-gauge-new",
"weekStart": ""
}
}