1👍
There is a syntax error, simply replace:
scales: {
x: {
...
},
y: yAxes
}
with:
scales: {
x: {
...
},
yAxes: yAxes
}
Source:stackexchange.com
1👍
There is a syntax error, simply replace:
scales: {
x: {
...
},
y: yAxes
}
with:
scales: {
x: {
...
},
yAxes: yAxes
}