From e19bbc74801131fdbb6931bef4eecc82a88a8658 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20K=C3=B6nig?= Date: Sun, 1 May 2022 19:59:36 +0200 Subject: [PATCH] Scale axes to integer MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Christian König --- scripts/pi-hole/js/index.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/pi-hole/js/index.js b/scripts/pi-hole/js/index.js index 5efa34e0..34dbd946 100644 --- a/scripts/pi-hole/js/index.js +++ b/scripts/pi-hole/js/index.js @@ -967,6 +967,7 @@ $(function () { ticks: { beginAtZero: true, fontColor: ticksColor, + precision: 0, }, gridLines: { color: gridColor, @@ -1045,6 +1046,7 @@ $(function () { ticks: { beginAtZero: true, fontColor: ticksColor, + precision: 0, }, stacked: true, gridLines: {