Increase font size and brightness for better contrast

(cherry picked from commit 0e40f403e4)
This commit is contained in:
Emily Doherty 2024-04-12 05:04:33 -07:00
parent 8f6cbbc75d
commit 36ba83d9be

View File

@ -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,
}
}
}
},
}