1👍
✅
Yes, like this:
options: {
scales: {
yAxes: [{
ticks: {
userCallback: function(value) {
return value;
},
stepSize: 1
}
}]
},
},
You can also set the step size.
Source:stackexchange.com