You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pie segments are usually rendered clockwise, it can be flipped with a transform but I feel like clockwise should be the default and a prop to make it anti-clockwise if that's required.
Pie segments are usually rendered clockwise, it can be flipped with a transform but I feel like clockwise should be the default and a prop to make it anti-clockwise if that's required.
<g transform={
rotate(-90 ${center} ${center}) translate(0, ${size}) scale(1, -1)}>
The text was updated successfully, but these errors were encountered: