Closed AMBIENTE1 closed 2 years ago
percentages are out of 100 ... like ... 20, 30, 50 .... sum of them should be 100 .... 0.0 will not show anything ... 3 will be very minimal... 97 takes all the color
this framework does not support 0 ... so if something 0 .. remove that from array ...
Hi, thank you very much for your project! I would like to generate a pie chart and change the input data. When I do this, the colors start to display poorly. Try: ` import UIKit import RingPieChart
class ViewController: UIViewController {
}
`
Do you have any idea where the mistake is?