I'm having trouble adjusting the scales on my yAxes and all the information I find seems to be outdated.
My goal is to set my yAxes range from 0 to 100 with steps of 25.
yAxes: [
{
ticks: {
beginAtZero: true,
steps: 10,
stepValue: 10,
max: 100
}
}
]