Setting offset in the options for the chart will display the bar/column correctly, however the tooltip will still render in the position it would be if the bar/column was not offset.
{
...options,
column: {
offset: 20,
}
}
Column without offset:

Column with offset:
