1👍
✅
Add to your chartjs option:
options: {
scales: {
yAxes: [{
ticks: {
beginAtZero:true
}
}]
}
}
Source:stackexchange.com