XYDoughnutChart icon indicating copy to clipboard operation
XYDoughnutChart copied to clipboard

Doughnut chart library for iOS

Results 4 XYDoughnutChart issues
Sort by recently updated
recently updated
newest added

The label color is common for all slices. But this may lead to situations where the label ist not readable. Example: Brown slice, black color. I suggest a delegate message...

Due to rounding issues the percentage values on the labels not always sum up to 100%. As users looking at such diagrams are often checking such things this should be...

Chart is not fulfilled if reload data called with animation before previous call of reload data was finished (doughnutChart:valueForSliceAtIndexPath:indexPath: return values have changed between calls). ``` swift func numberOfSlicesInDoughnutChart(doughnutChart: XYDoughnutChart)...