1👍
I managed to solve it by setting the max
value for the time
scale :
scales: {
xAxes: [{
type: 'time',
time: {
unit: 'day',
max: <THE REAL LAST DAY DATE>
}
}]
}
Source:stackexchange.com