0👍
✅
You can define ticks.max
on the y-axis as follow:
yAxes:[{
ticks:{
min: 0,
max: 100 // or whatever value that suits you
}
}]
Source:stackexchange.com