From 36ba83d9be2d695a21bfaafa5450ae192d830370 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 (cherry picked from commit 0e40f403e4e9a3349b7f303044467a5ad6588cdf) --- src/index.js | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/src/index.js b/src/index.js index ea97920..e5f95ab 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, + } + } } }, }