Hello,
I have a column chart for which the columns are not rendered exactly in the middle of the tick, and the crosshair when hovering over them does not render exactly in the middle of the column either.
The placement on the ticks seems to be variable (sometimes more left, sometimes centered on a tick) even though my x values are rounded precisely to match the tick value.
I tried pointPlacement: "on" but it did not change anything, and I also set 'crisp' to false, as that caused variable-sized gaps among the columns.
For example, in my screenshot, at 08:00 the column is centered on the tick, but at 12:00 it is way off. Also, you can see the crosshair is rendered towards the left of the column.
Please suggest on a solution.