diff --git a/grafana/dashboards/statistics.json b/grafana/dashboards/statistics.json index fee10f79bf..9f7da67afc 100644 --- a/grafana/dashboards/statistics.json +++ b/grafana/dashboards/statistics.json @@ -300,7 +300,32 @@ }, { "id": "custom.minWidth", - "value": 100 + "value": 150 + }, + { + "id": "custom.cellOptions", + "value": { + "type": "gauge", + "valueDisplayMode": "text" + } + }, + { + "id": "color", + "value": { + "mode": "continuous-BlPu" + } + }, + { + "id": "max", + "value": 400 + }, + { + "id": "min", + "value": 0 + }, + { + "id": "decimals", + "value": 0 } ] }, @@ -366,7 +391,27 @@ }, { "id": "custom.minWidth", - "value": 100 + "value": 150 + }, + { + "id": "custom.cellOptions", + "value": { + "type": "gauge" + } + }, + { + "id": "color", + "value": { + "mode": "continuous-BlPu" + } + }, + { + "id": "max", + "value": 400 + }, + { + "id": "min", + "value": 0 } ] },