1👍
✅
Add ‘responsive: false’ to the chart options
options: {
responsive: false,
scales: {
yAxes: [{
ticks: {
beginAtZero:true
}
}]
}
}
Source:stackexchange.com