From 1e0b4a0a1f43326e5ca6d8f2c194772337f28f32 Mon Sep 17 00:00:00 2001 From: Emily Doherty Date: Thu, 25 Apr 2024 00:17:09 -0700 Subject: [PATCH] Make time and cost delineation more apparent --- src/index.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/index.js b/src/index.js index 205c83c..8f9b685 100644 --- a/src/index.js +++ b/src/index.js @@ -81,6 +81,9 @@ function populateChart() { scales: { x: { type: 'time', + grid: { + color: '#625f62', + }, ticks: { color: '#a7a4ab', font: { @@ -93,6 +96,9 @@ function populateChart() { }, y: { beginAtZero: startYAtZero, + grid: { + color: '#2f2c2f', + }, ticks: { color: '#a7a4ab', font: {