0👍
✅
You can use tick.beginAtZero
options: {
scales: {
yAxes: [{
ticks: {
beginAtZero: true
}
}],
},
...
Fiddle – http://jsfiddle.net/7mse8p9e/
Source:stackexchange.com