score:1

Accepted answer

are you looking for offset: false?

options: {
  scales: {
    x: {        
      grid: {
        offset: false
      }
    }
  }
}

false should be the default value according to the docs, but maybe type: 'timeseries' changes this.

example:

example


Related Query