From 763b634d6df91dc024a109774256afc6711776a9 Mon Sep 17 00:00:00 2001 From: baz Date: Tue, 7 Jan 2025 09:15:42 +0100 Subject: [PATCH] Set Y axis beginAtZero to true --- commands/100-games/chartbeatgameage.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/commands/100-games/chartbeatgameage.js b/commands/100-games/chartbeatgameage.js index acb60d1..faab636 100644 --- a/commands/100-games/chartbeatgameage.js +++ b/commands/100-games/chartbeatgameage.js @@ -114,6 +114,8 @@ module.exports = { }, }, y: { + beginAtZero: true, + min: 0, type: 'linear', title: { display: true,