I am using this library to draw charts in my web app. The issue is that I am having decimal points in my y-axis. You can see that in the image below
Is there a way
by the latest version this option changed to
scales: { yAxes: [{ ticks: { stepSize: 1, beginAtZero: true, }, }], },