Files
grafana/apps/dashboard/pkg/migration/testdata/output/v37.legend_normalization.json
Dominik Prokop b4e63c36c3 Migration v42: HideFrom tooltip consistency migration (#110517)
* Migration to be verified: v42 HideFrom tooltip migration

* snap update

* make gen cue

* Add comments of 42 being the final version
2025-09-05 15:07:30 +02:00

130 lines
2.6 KiB
JSON

{
"panels": [
{
"id": 1,
"options": {
"legend": true
},
"title": "Panel with Boolean Legend True",
"type": "timeseries"
},
{
"id": 2,
"options": {
"legend": false
},
"title": "Panel with Boolean Legend False",
"type": "timeseries"
},
{
"id": 3,
"options": {
"legend": {
"displayMode": "list",
"showLegend": false
}
},
"title": "Panel with Hidden DisplayMode",
"type": "graph"
},
{
"id": 4,
"options": {
"legend": {
"displayMode": "list",
"showLegend": false
}
},
"title": "Panel with ShowLegend False",
"type": "stat"
},
{
"id": 5,
"options": {
"legend": {
"displayMode": "table",
"placement": "bottom",
"showLegend": true
}
},
"title": "Panel with Table Legend",
"type": "barchart"
},
{
"id": 6,
"options": {
"legend": {
"displayMode": "list",
"placement": "right",
"showLegend": true
}
},
"title": "Panel with List Legend",
"type": "histogram"
},
{
"id": 7,
"title": "Panel with No Options",
"type": "text"
},
{
"id": 8,
"options": {
"reduceOptions": {
"fields": "/.*temperature.*/"
}
},
"title": "Panel with No Legend Config",
"type": "gauge"
},
{
"id": 9,
"options": {
"legend": null
},
"title": "Panel with Null Legend",
"type": "piechart"
},
{
"collapsed": false,
"id": 10,
"panels": [
{
"id": 11,
"options": {
"legend": true
},
"title": "Nested Panel with Boolean Legend",
"type": "timeseries"
},
{
"id": 12,
"options": {
"legend": {
"displayMode": "list",
"showLegend": false
}
},
"title": "Nested Panel with Hidden DisplayMode",
"type": "graph"
},
{
"id": 13,
"options": {
"legend": {
"displayMode": "list",
"showLegend": false
}
},
"title": "Nested Panel with Conflicting Properties",
"type": "stat"
}
],
"title": "Row with Nested Panels Having Various Legend Configs",
"type": "row"
}
],
"refresh": "",
"schemaVersion": 42,
"title": "V37 Legend Normalization Test Dashboard"
}