Skip to content

Commit

Permalink
Fix the threshold colors in grafana (#13)
Browse files Browse the repository at this point in the history
This fixes #10
  • Loading branch information
wbertelsen authored Dec 19, 2020
1 parent 34efb27 commit b8a83b5
Showing 1 changed file with 16 additions and 26 deletions.
42 changes: 16 additions & 26 deletions grafana-dashboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"gnetId": null,
"graphTooltip": 0,
"id": null,
"iteration": 1599153969684,
"iteration": 1608407420778,
"links": [],
"panels": [
{
Expand Down Expand Up @@ -373,64 +373,54 @@
}
],
"thresholds": [
{
"colorMode": "custom",
"fill": false,
"fillColor": "#009966",
"line": true,
"lineColor": "#009966",
"op": "lt",
"value": 50,
"yaxis": "left"
},
{
"colorMode": "custom",
"fill": false,
"fillColor": "#ffde33",
"line": true,
"lineColor": "#ffde33",
"op": "lt",
"value": 100,
"op": "gt",
"value": 50,
"yaxis": "left"
},
{
"colorMode": "custom",
"fill": false,
"fillColor": "rgba(51, 162, 229, 0.2)",
"fillColor": "#ff9933",
"line": true,
"lineColor": "#ff9933",
"op": "lt",
"value": 150,
"op": "gt",
"value": 100,
"yaxis": "left"
},
{
"colorMode": "custom",
"fill": false,
"fillColor": "rgba(51, 162, 229, 0.2)",
"fillColor": "#cc0033",
"line": true,
"lineColor": "#cc0033",
"op": "lt",
"value": 200,
"op": "gt",
"value": 150,
"yaxis": "left"
},
{
"colorMode": "custom",
"fill": false,
"fillColor": "rgba(51, 162, 229, 0.2)",
"fillColor": "#660099",
"line": true,
"lineColor": "#660099",
"op": "lt",
"value": 300,
"op": "gt",
"value": 200,
"yaxis": "left"
},
{
"colorMode": "custom",
"fill": false,
"fillColor": "#F2495C",
"fillColor": "#7e0023",
"line": true,
"lineColor": "#7e0023",
"op": "lt",
"value": 500,
"op": "gt",
"value": 300,
"yaxis": "left"
}
],
Expand Down Expand Up @@ -525,5 +515,5 @@
"timezone": "",
"title": "Neighborhood AQI",
"uid": "z_mB1zvMk",
"version": 18
"version": 20
}

0 comments on commit b8a83b5

Please sign in to comment.