I made a pie chart using amcharts v4. The background color of the div containing the pie chart is a dark color and the leader line (the line that connects the graph and the label) is by default a dark color which makes it invisible.
Is there any way to customise the color of the leader line?
use Tick
pieSeries.ticks.template.stroke = '#d0d2d6';
pieSeries.ticks.template.strokeWidth = 1;