circle_list icon indicating copy to clipboard operation
circle_list copied to clipboard

initialAngle

Open NSLogZfRee opened this issue 5 years ago • 2 comments

initialAngle default is 90°. how to make it begin at 0°. if children length = 30;

NSLogZfRee avatar Jan 10 '20 09:01 NSLogZfRee

try to make the initial angle 0°,but if children length is not divisible by 180,you may need to calculate it manually😄

asjqkkkk avatar Jan 13 '20 02:01 asjqkkkk

setting initialAngle to -pi/2 sets the start angle so that the first child is oriented to the top

initialAngle: -pi/2,

aCallum avatar May 10 '20 18:05 aCallum