1👍
✅
Within your component, try to define chartOptions
as follows:
chartOptions = {
responsive: true,
scales: {
yAxes: [{
ticks: {
beginAtZero: true,
stepSize: 1
}
}]
}
}
Source:stackexchange.com