Make tooltip follow the cursor on a pie chart with amCharts 5

I’m trying to find a way for the tooltip to follow the cursor when I hover on a slice. The default behavior makes the tooltip stays in a fixed position inside the slice.

Is there an easy way to do this, or do I need to get the mouse position and change the position of the tooltip manually?