From 0e40f403e4e9a3349b7f303044467a5ad6588cdf Mon Sep 17 00:00:00 2001 From: Emily Doherty Date: Fri, 12 Apr 2024 05:04:33 -0700 Subject: [PATCH] Increase font size and brightness for better contrast --- src/index.js | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/src/index.js b/src/index.js index 89445f9..24c5698 100644 --- a/src/index.js +++ b/src/index.js @@ -79,7 +79,21 @@ function populateChart() { }, scales: { x: { - type: 'time' + type: 'time', + ticks: { + color: '#a7a4ab', + font: { + size: 18, + } + }, + }, + y: { + ticks: { + color: '#a7a4ab', + font: { + size: 18, + } + } } }, }