2👍
✅
BeginAtZero
is set to false
per default.
Just add
options: {
scale: {
ticks: {
beginAtZero: true
}
}
}
and you’re fine.
Source:stackexchange.com