1👍
✅
You should be fine when you add
options: {
scales: {
xAxes: [{
type: 'linear'
}]
}
}
Here’s an example: https://jsfiddle.net/1sxrtcw5/1/
Source:stackexchange.com