d3-shape icon indicating copy to clipboard operation
d3-shape copied to clipboard

selected rounding of corners in d3.arc()

Open wyhleonard opened this issue 4 years ago • 0 comments

I add two attributes of d3.arc(): selectedCorner_s and selectedCorner_e, which control the rounding process of corners at start-angle or end-angle. The default value of these attributes is 1. Users can close the rounding process of corners at start-angle(end-angle) by setting the value of selectedCorner_s(selectedCorner_e) as 0.

code result

wyhleonard avatar Aug 20 '20 08:08 wyhleonard