d3plus / d3plus-shape

Fancy SVG shapes for visualizations
MIT License
20 stars 2 forks source link

label support for arcs with inner radius #60

Closed davelandry closed 7 years ago

davelandry commented 7 years ago

Expected Behavior

Labels should be able to be placed into Donut charts.

Current Behavior

Currently, this is a limitation of the path2polygon function. It seems to choke when an SVG path "arcto" coordinate system is going counter-clockwise.