Files
grafana/apps/dashboard/pkg/migration/testdata/output/v38.table_displaymode_comprehensive.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

223 lines
4.7 KiB
JSON

{
"panels": [
{
"fieldConfig": {
"defaults": {
"custom": {
"cellOptions": {
"mode": "basic",
"type": "gauge"
}
}
},
"overrides": []
},
"id": 1,
"title": "Table with Basic Gauge",
"type": "table"
},
{
"fieldConfig": {
"defaults": {
"custom": {
"cellOptions": {
"mode": "gradient",
"type": "gauge"
}
}
},
"overrides": []
},
"id": 2,
"title": "Table with Gradient Gauge",
"type": "table"
},
{
"fieldConfig": {
"defaults": {
"custom": {
"cellOptions": {
"mode": "lcd",
"type": "gauge"
}
}
},
"overrides": []
},
"id": 3,
"title": "Table with LCD Gauge",
"type": "table"
},
{
"fieldConfig": {
"defaults": {
"custom": {
"cellOptions": {
"mode": "gradient",
"type": "color-background"
}
}
},
"overrides": []
},
"id": 4,
"title": "Table with Color Background",
"type": "table"
},
{
"fieldConfig": {
"defaults": {
"custom": {
"cellOptions": {
"mode": "basic",
"type": "color-background"
}
}
},
"overrides": []
},
"id": 5,
"title": "Table with Color Background Solid",
"type": "table"
},
{
"fieldConfig": {
"defaults": {
"custom": {
"cellOptions": {
"type": "some-other-mode"
}
}
},
"overrides": []
},
"id": 6,
"title": "Table with Unknown Mode",
"type": "table"
},
{
"fieldConfig": {
"defaults": {
"custom": {
"width": 100
}
},
"overrides": []
},
"id": 7,
"title": "Table with No Display Mode",
"type": "table"
},
{
"fieldConfig": {
"defaults": {
"custom": {
"cellOptions": {
"mode": "basic",
"type": "gauge"
}
}
},
"overrides": [
{
"matcher": {
"id": "byName",
"options": "Field1"
},
"properties": [
{
"id": "custom.cellOptions",
"value": {
"mode": "gradient",
"type": "gauge"
}
}
]
},
{
"matcher": {
"id": "byName",
"options": "Field2"
},
"properties": [
{
"id": "custom.cellOptions",
"value": {
"mode": "gradient",
"type": "color-background"
}
}
]
}
]
},
"id": 8,
"title": "Table with Overrides",
"type": "table"
},
{
"id": 9,
"title": "Non-table Panel (Should Remain Unchanged)",
"type": "graph"
},
{
"collapsed": false,
"id": 10,
"panels": [
{
"fieldConfig": {
"defaults": {
"custom": {
"cellOptions": {
"mode": "basic",
"type": "gauge"
}
}
},
"overrides": []
},
"id": 11,
"title": "Nested Table with Basic Mode",
"type": "table"
},
{
"fieldConfig": {
"defaults": {
"custom": {
"cellOptions": {
"mode": "gradient",
"type": "gauge"
}
}
},
"overrides": [
{
"matcher": {
"id": "byName",
"options": "NestedField"
},
"properties": [
{
"id": "custom.cellOptions",
"value": {
"mode": "lcd",
"type": "gauge"
}
}
]
}
]
},
"id": 12,
"title": "Nested Table with Gradient Gauge",
"type": "table"
}
],
"title": "Row with Nested Table Panels",
"type": "row"
}
],
"refresh": "",
"schemaVersion": 42,
"title": "V38 Table Migration Comprehensive Test Dashboard"
}