ChartsOrg / Charts

Beautiful charts for iOS/tvOS/OSX! The Apple side of the crossplatform MPAndroidChart.
Apache License 2.0
27.43k stars 5.97k forks source link

[issue: #4414 ] Added: minAngleForSlices #5136

Open ibrahimakpinar opened 7 months ago

ibrahimakpinar commented 7 months ago

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 :link:

4414

Goals :soccer:

Implementation Details :construction:

Testing Details :mag:

ibrahimakpinar commented 7 months ago

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

when minAngleForSlices is 0

image

after set minAngleForSlices as 5:

image