Skip to content

Commit

Permalink
💄 (grafana) style fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias-Pe committed Jul 12, 2024
1 parent d24eaaf commit f29f5dd
Showing 1 changed file with 33 additions and 6 deletions.
39 changes: 33 additions & 6 deletions docker/grafana/dashboards/kepler-exporter.json
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@
"fieldConfig": {
"defaults": {
"color": {
"mode": "palette-classic"
"mode": "palette-classic-by-name"
},
"custom": {
"axisCenteredZero": false,
Expand Down Expand Up @@ -454,15 +454,42 @@
{
"color": "green",
"value": null
},
{
"color": "red",
"value": 80
}
]
}
},
"overrides": []
"overrides": [
{
"matcher": {
"id": "byFrameRefID",
"options": "A"
},
"properties": [
{
"id": "color",
"value": {
"fixedColor": "green",
"mode": "fixed"
}
}
]
},
{
"matcher": {
"id": "byFrameRefID",
"options": "B"
},
"properties": [
{
"id": "color",
"value": {
"fixedColor": "red",
"mode": "fixed"
}
}
]
}
]
},
"gridPos": {
"h": 11,
Expand Down

0 comments on commit f29f5dd

Please sign in to comment.