1👍
✅
You use wrong option format Chart.js
. You must change
options: {
scales: {
yAxis: []
}
}
to
options: {
scales: {
yAxes: []
}
}
Source:stackexchange.com