how to remove lines if values is 0 % in pie chart
问题 I'm working on a pie chart, for that, i'm using MPAndroidChart library, the values may contain 0% for any data or more than one data and I'm displaying values outside of piechart using setYValuePosition(PieDataSet.ValuePosition.OUTSIDE_SLICE) . I don't want to display 0% values in a pie chart, I got a solution for that to use value formatted. public class CustomPercentFormatter implements IValueFormatter { private DecimalFormat mFormat; public CustomPercentFormatter() { mFormat = new