From 3d487f2d088d98123ec7434495492955c2eac822 Mon Sep 17 00:00:00 2001 From: dragon2611 Date: Tue, 8 Jun 2021 22:44:03 +0100 Subject: [PATCH] Change Units to Mbit --- .../grafana/provisioning/dashboards/speedtest.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/config/grafana/provisioning/dashboards/speedtest.json b/config/grafana/provisioning/dashboards/speedtest.json index 06ed4c2..c146b93 100644 --- a/config/grafana/provisioning/dashboards/speedtest.json +++ b/config/grafana/provisioning/dashboards/speedtest.json @@ -110,13 +110,13 @@ }, "yaxes": [ { - "format": "Bps", + "format": "decbits", "label": "", "logBase": 1, "max": null, "min": "0", "show": true - }, +}, { "format": "short", "label": null, @@ -149,7 +149,7 @@ } ] }, - "unit": "Bps" + "unit": "decbits" }, "overrides": [] }, @@ -223,7 +223,7 @@ } ] }, - "unit": "Bps" + "unit": "decbits" }, "overrides": [] }, @@ -600,7 +600,7 @@ }, { "id": "unit", - "value": "Bps" + "value": "decbits" } ] }, @@ -622,7 +622,7 @@ }, { "id": "unit", - "value": "Bps" + "value": "decbits" }, { "id": "max",