Skip to content

Commit

Permalink
chore: drop overrides
Browse files Browse the repository at this point in the history
  • Loading branch information
cdaringe committed Mar 24, 2023
1 parent b549711 commit 9007555
Showing 1 changed file with 12 additions and 73 deletions.
85 changes: 12 additions & 73 deletions grafana/provisioning/dashboards/freshawair.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@
"viz": false
},
"lineInterpolation": "smooth",
"lineStyle": {
"fill": "solid"
},
"lineWidth": 2,
"pointSize": 5,
"scaleDistribution": {
Expand Down Expand Up @@ -77,43 +80,11 @@
]
}
},
"overrides": [
{
"matcher": {
"id": "byName",
"options": "co2"
},
"properties": [
{
"id": "custom.axisPlacement",
"value": "right"
},
{
"id": "unit",
"value": "none"
}
]
},
{
"matcher": {
"id": "byName",
"options": "score"
},
"properties": [
{
"id": "color",
"value": {
"fixedColor": "light-green",
"mode": "fixed"
}
}
]
}
]
"overrides": []
},
"gridPos": {
"h": 9,
"w": 24,
"w": 12,
"x": 0,
"y": 0
},
Expand Down Expand Up @@ -276,45 +247,13 @@
]
}
},
"overrides": [
{
"matcher": {
"id": "byName",
"options": "co2"
},
"properties": [
{
"id": "custom.axisPlacement",
"value": "right"
},
{
"id": "unit",
"value": "none"
}
]
},
{
"matcher": {
"id": "byName",
"options": "score"
},
"properties": [
{
"id": "color",
"value": {
"fixedColor": "light-green",
"mode": "fixed"
}
}
]
}
]
"overrides": []
},
"gridPos": {
"h": 9,
"w": 24,
"x": 0,
"y": 9
"w": 12,
"x": 12,
"y": 0
},
"id": 2,
"options": {
Expand Down Expand Up @@ -503,7 +442,7 @@
"h": 8,
"w": 12,
"x": 0,
"y": 18
"y": 9
},
"id": 4,
"options": {
Expand Down Expand Up @@ -650,7 +589,7 @@
"h": 8,
"w": 12,
"x": 12,
"y": 18
"y": 9
},
"id": 6,
"options": {
Expand Down Expand Up @@ -746,5 +685,5 @@
"timezone": "",
"title": "freshawair",
"uid": "d46HuYvnz",
"version": 3
"version": 5
}

0 comments on commit 9007555

Please sign in to comment.