mahozad / android-pie-chart

Highly customizable Android library for drawing Pie and Donut charts.
https://mahozad.ir/android-pie-chart
Apache License 2.0
46 stars 5 forks source link

Add a property to enable/disable label #46

Closed mahozad closed 3 years ago

mahozad commented 3 years ago

A property for the chart that removes all the labels from the chart without having to set the label to an empty string for each slice.

mahozad commented 3 years ago

No need; use LabelType::NONE to achieve this.