diff --git a/commands/100-games/chartbeatgameage.js b/commands/100-games/chartbeatgameage.js index faab636..b232c4c 100644 --- a/commands/100-games/chartbeatgameage.js +++ b/commands/100-games/chartbeatgameage.js @@ -95,7 +95,8 @@ module.exports = { options: { scales: { x: { - beginAtZero: false, + beginAtZero: true, + min: 0, max: labels.length + 1, type: 'linear', position: 'bottom',