'Change position of tooltip in AMCharts

I have this AMCharts v5 which shows a tooltip on top of a data point / bullet

enter image description here

DEMO

I tried to define a position

series.columns.template.setAll({
   tooltipX: 10
});

Although I'm not sure this will do what I want it doesn't work. When I add this code no graph is rendered anymore.

So my question is, what is the correct way of positioning this tooltip? (It should also work when the tooltip is positioned on the right of course)



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source