Aumentar o tamanho da fonte ChartJs
options = {
scales: {
yAxes: [{
ticks: {
fontSize: 20
}
}]
}
}
Rushes99