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
Hi, emn178, I'm using your plugin and it works well. Just for small pieces like percentage smaller than 5%, the label is too close to each other
I can also hide the rendor by using: render: args => (args.percentage > 3 ? args.percentage + '%' : ''),
but that's not requirement.
How could I change the piece size for the smaller one or label position base on percentage smaller than 3? Thanks.
The text was updated successfully, but these errors were encountered:
Hi, emn178, I'm using your plugin and it works well. Just for small pieces like percentage smaller than 5%, the label is too close to each other
I can also hide the rendor by using:
render: args => (args.percentage > 3 ? args.percentage + '%' : ''),
but that's not requirement.
How could I change the piece size for the smaller one or label position base on percentage smaller than 3? Thanks.
The text was updated successfully, but these errors were encountered: