0👍
✅
You need to set autoSkip
to false in the tick options:
const options = {
scales: {
x: {
ticks: {
autoSkip: false
}
}
}
}
Source:stackexchange.com