Increase font size and brightness for better contrast

This commit is contained in:
Emily Doherty 2024-04-12 05:04:33 -07:00
parent 66ab042995
commit 0e40f403e4

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