'AmCharts4: Changing color of label line in PieChart

It's pretty straightforward: I need to change this lines color to white, but can't find the property that controls this line. Any suggestions?

enter image description here enter image description here



Solution 1:[1]

This works:

this.series.ticks.template.stroke=am4core.color("#ffffff");

Sources

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

Source: Stack Overflow

Solution Source
Solution 1 Martin Hochmair