XYPieChart
XYPieChart copied to clipboard
Add separate UILabel for slice label
It would be nice if there were 2 labels per slice, 1 for percentage and 1 for the actual label text. The percent label would go under the text label (like you see in Microsoft Excel charts)
or maybe make the 1 label that is there multiline so you could say something like label text = @"MyLabel\n60%"
either solution would work!
I would love two as well. One for a label (textForSliceAtIndex) and one for value (valueForSliceAtIndex) which could be toggeled to percent as you already provide.