0👍
✅
got it:
const options = {
scales: {
xAxes: [
{
offset: true, // <-- THIS
ticks: { fontColor: "rgba(10, 31, 68, 1)", fontStyle: "bold" }
}
],
}
};
Source:stackexchange.com