From 5b2a82a9518987b54c1d9c070021566183916563 Mon Sep 17 00:00:00 2001 From: Pankaj Garg Date: Thu, 2 May 2019 19:51:56 -0700 Subject: [PATCH] Fix validator confirmation graph y axis scale (#4136) --- metrics/testnet-monitor.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metrics/testnet-monitor.json b/metrics/testnet-monitor.json index f0604c08a0..eaf479ab88 100644 --- a/metrics/testnet-monitor.json +++ b/metrics/testnet-monitor.json @@ -1916,7 +1916,7 @@ }, "yaxes": [ { - "format": "dtdurationms", + "format": "ms", "label": "", "logBase": 1, "max": null,