Increase font size and brightness for better contrast
(cherry picked from commit 0e40f403e4
)
This commit is contained in:
parent
8f6cbbc75d
commit
36ba83d9be
16
src/index.js
16
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,
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user