3π
β
I think itβs Axes not Axis:
this.options = {
scales: {
yAxes: [{
display: true,
ticks: {
beginAtZero: true,
min: 0,
max: 100,
stepSize: 20
}
}]
}
}
Source:stackexchange.com