Skip to content

Commit

Permalink
add 0 as lower bound for gauge to ensure proper scaling
Browse files Browse the repository at this point in the history
  • Loading branch information
swiffer committed Jan 22, 2025
1 parent 9233d7b commit f42e602
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions grafana/dashboards/drives.json
Original file line number Diff line number Diff line change
Expand Up @@ -866,6 +866,10 @@
"id": "max",
"value": 1.25
},
{
"id": "min",
"value": 0
},
{
"id": "color",
"value": {
Expand Down
4 changes: 4 additions & 0 deletions grafana/dashboards/efficiency.json
Original file line number Diff line number Diff line change
Expand Up @@ -553,6 +553,10 @@
{
"id": "max",
"value": 1.15
},
{
"id": "min",
"value": 0
}
]
},
Expand Down
4 changes: 4 additions & 0 deletions grafana/dashboards/statistics.json
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,10 @@
"id": "max",
"value": 1.15
},
{
"id": "min",
"value": 0
},
{
"id": "custom.cellOptions",
"value": {
Expand Down

0 comments on commit f42e602

Please sign in to comment.