How to set the position of the chart tooltip. the problem is that the tooltip is shown by default next the cursor (on the right), so when we move to the right the mouse will be on the tooltip thus the value will not be changed
Thanks
<kendo-chart>
...
<kendo-chart-tooltip >
<ng-template kendoChartSharedTooltipTemplate>..
</ng-template>
</kendo-chart-tooltip></kendo-chart>