Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[issue: #4414 ] Added: minAngleForSlices #5136

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ibrahimakpinar
Copy link

it's a similar functionality to setMinAngleForSlices at Android.

When the percentages of some data are very small, they are either not visible or difficult to touch. For this, it is necessary to determine the minimum slice angle.

Issue Link 🔗

#4414

Goals ⚽

Implementation Details 🚧

Testing Details 🔍

it's a similar functionality to setMinAngleForSlices at Android.

When the percentages of some data are very small, they are either not visible or difficult to touch. For this, it is necessary to determine the minimum slice angle.
@ibrahimakpinar
Copy link
Author

when given an array like [50000, 1000, 10, 10, 10, 10]

when minAngleForSlices is 0
image

after set minAngleForSlices as 5:

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant