Issue
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?
Solution
use Tick
pieSeries.ticks.template.stroke = '#d0d2d6';
pieSeries.ticks.template.strokeWidth = 1;
Answered By - victor.JIANG Answer Checked By - David Goodson (PHPFixing Volunteer)
0 Comments:
Post a Comment
Note: Only a member of this blog may post a comment.