2๐
โ
Use stepSize in your options
options: {
scales: {
yAxes: [{
ticks: {
stepSize: 1,
beginAtZero: false,
display: true
}
}]
}
}
Source:stackexchange.com