1👍
Try this :
yAxes: [{
ticks: {
suggestedMin: 0,
suggestedMax: 100
}
}]
It’s tested and working for me. you can setup for xAxes as well.
Source:stackexchange.com