From 6e45017dfacad1fd2adca898d8415a00a6f4a565 Mon Sep 17 00:00:00 2001 From: baz Date: Wed, 14 May 2025 00:54:27 +0100 Subject: [PATCH] Update y axis title --- commands/100-games/chartgamedevelopers.js | 2 +- commands/100-games/chartgamepublishers.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/commands/100-games/chartgamedevelopers.js b/commands/100-games/chartgamedevelopers.js index 1f38c60..d7579fc 100644 --- a/commands/100-games/chartgamedevelopers.js +++ b/commands/100-games/chartgamedevelopers.js @@ -168,7 +168,7 @@ module.exports = { beginAtZero: true, title: { display: true, - text: 'Occurrences of genre', + text: 'Occurrences of developers', font: { size: 48, family: 'Tahoma', diff --git a/commands/100-games/chartgamepublishers.js b/commands/100-games/chartgamepublishers.js index a5f2fc1..0907ff2 100644 --- a/commands/100-games/chartgamepublishers.js +++ b/commands/100-games/chartgamepublishers.js @@ -167,7 +167,7 @@ module.exports = { beginAtZero: true, title: { display: true, - text: 'Occurrences of genre', + text: 'Occurrences of publishers', font: { size: 48, family: 'Tahoma',