Hi, I am trying to add some labels on the x Axis for the amount of hours before the present moment, like so:
chart.xlabels = [-24, -21, -18, -15, -12, -9, -6, -3, 0]
However, when I run my code, I get something that looks like this:

Is it normal that I can't configure the positioning of these labels?
Thanks.