Published
- 1 min read
increase font size chartjs
The solution for this is noted below
increase font size chartjs
Solution
options = {
scales: {
yAxes: [
{
ticks: {
fontSize: 20
}
}
]
}
}
Try other methods by searching on the site. That is if this doesn’t work