score:0

Accepted answer

got it:

const options = {
     scales: {
        xaxes: [
           {
              offset: true, // <-- this
              ticks: { fontcolor: "rgba(10, 31, 68, 1)", fontstyle: "bold" }
           }
        ],        
     }
  };

Related Query