From a433a7ee01a610c7c8516c6b7b547329c6d2149f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Allard?= Date: Sun, 21 Jun 2020 14:07:22 +0200 Subject: [PATCH] Cut to only 5% free space on the top of the graphs --- locust/static/chart.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locust/static/chart.js b/locust/static/chart.js index d04e2c19de..7bdca48959 100644 --- a/locust/static/chart.js +++ b/locust/static/chart.js @@ -63,7 +63,7 @@ }, yAxis: { type: 'value', - boundaryGap: [0, '100%'], + boundaryGap: [0, '5%'], splitLine: { show: false },