2👍
✅
The y-axis starts at 29
so the ‘missing’ value, also 29
, has a height of zero.
Add the following option to start the scale at zero:
yAxes: [{
ticks: {
beginAtZero: true
}
}]
Source:stackexchange.com