Skip to content

Commit

Permalink
chore: line thickness
Browse files Browse the repository at this point in the history
  • Loading branch information
cdaringe committed Nov 2, 2024
1 parent e90e7c1 commit 2ec5257
Showing 1 changed file with 14 additions and 12 deletions.
26 changes: 14 additions & 12 deletions grafana/provisioning/dashboards/freshawair.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"lineStyle": {
"fill": "solid"
},
"lineWidth": 4,
"lineWidth": 3,
"pointSize": 5,
"scaleDistribution": {
"type": "linear"
Expand Down Expand Up @@ -272,7 +272,7 @@
},
"insertNulls": false,
"lineInterpolation": "smooth",
"lineWidth": 4,
"lineWidth": 3,
"pointSize": 5,
"scaleDistribution": {
"type": "linear"
Expand Down Expand Up @@ -319,7 +319,7 @@
],
"displayMode": "list",
"placement": "bottom",
"showLegend": true
"showLegend": false
},
"tooltip": {
"mode": "single",
Expand Down Expand Up @@ -459,6 +459,7 @@
},
{
"datasource": {
"default": false,
"type": "grafana-postgresql-datasource",
"uid": "P44368ADAD746BC27"
},
Expand All @@ -485,7 +486,7 @@
},
"insertNulls": false,
"lineInterpolation": "smooth",
"lineWidth": 4,
"lineWidth": 3,
"pointSize": 5,
"scaleDistribution": {
"type": "linear"
Expand Down Expand Up @@ -554,7 +555,7 @@
"calcs": [],
"displayMode": "list",
"placement": "bottom",
"showLegend": true
"showLegend": false
},
"tooltip": {
"mode": "single",
Expand All @@ -567,6 +568,7 @@
"type": "grafana-postgresql-datasource",
"uid": "P44368ADAD746BC27"
},
"editorMode": "code",
"format": "time_series",
"group": [],
"metricColumn": "none",
Expand Down Expand Up @@ -685,7 +687,7 @@
},
"insertNulls": false,
"lineInterpolation": "smooth",
"lineWidth": 4,
"lineWidth": 3,
"pointSize": 5,
"scaleDistribution": {
"type": "linear"
Expand Down Expand Up @@ -730,7 +732,7 @@
"calcs": [],
"displayMode": "list",
"placement": "bottom",
"showLegend": true
"showLegend": false
},
"tooltip": {
"mode": "single",
Expand Down Expand Up @@ -848,7 +850,7 @@
},
"insertNulls": false,
"lineInterpolation": "smooth",
"lineWidth": 4,
"lineWidth": 3,
"pointSize": 5,
"scaleDistribution": {
"type": "linear"
Expand Down Expand Up @@ -893,7 +895,7 @@
"calcs": [],
"displayMode": "list",
"placement": "bottom",
"showLegend": true
"showLegend": false
},
"tooltip": {
"mode": "single",
Expand Down Expand Up @@ -1003,7 +1005,7 @@
"content": "<style>\n\ndiv[class$=\"panel-title\"] h2{\n font-size: 18px;\n font-weight: 700;\n}\n\ndiv [class$=\"panel-title\"] {\n height: 25px;\n line-height: 25px;\n}\n\n</style>",
"mode": "html"
},
"pluginVersion": "11.1.4",
"pluginVersion": "11.2.0",
"title": "CSS Overrides",
"transparent": true,
"type": "text"
Expand All @@ -1016,13 +1018,13 @@
"list": []
},
"time": {
"from": "now-24h",
"from": "now-6h",
"to": "now"
},
"timepicker": {},
"timezone": "",
"title": "freshawair",
"uid": "d46HuYvnz",
"version": 4,
"version": 7,
"weekStart": ""
}

0 comments on commit 2ec5257

Please sign in to comment.