diff --git a/src/index.js b/src/index.js index 89445f9..24c5698 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, + } + } } }, }