I`m struggling with the esthetic aspect of my chart. Actually it lookes like this:

Chart is showing data over time in 10mins intervals. With that number of labels it`s hard to see what column matches to time. I would like to create ticks like on the image, so the chart would be way more readable. I looked into documentatnion and tried this but without effect:
scales: {
xAxes: [
{
ticks: {
drawTicks: true,
},
},
],