From f2365e6e67d7371a7f9db26da0403b7c2ccc6628 Mon Sep 17 00:00:00 2001 From: Alex Olshansky Date: Tue, 9 Feb 2016 09:57:27 +0100 Subject: [PATCH] Make the Y axis start at zero Because tiny changes in, say, response time (210ms -> 219ms -> 208ms) on the non-zero Y scale (200ms to 220ms) might look like really big scary peaks or dips even if they are actually not. --- resources/views/partials/metrics.blade.php | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/views/partials/metrics.blade.php b/resources/views/partials/metrics.blade.php index f7b021dc..a0ff2c7b 100644 --- a/resources/views/partials/metrics.blade.php +++ b/resources/views/partials/metrics.blade.php @@ -39,6 +39,7 @@