SwiftPieChart
SwiftPieChart copied to clipboard
Simple and elegant Pie Chart for SwiftUI
Sets default labelColor to black. Adding id: in ForEach allows the chart to redraw dynamically when data is updated.
When using state variable your pie chart is not working.
- supporting text color change - new screen shoot - updating readme
This does not work in a scrollview as the height always returns 10 from the geometry reader.
Hi, thank you for your project. Its very nice. Iam trying to change many hours format value to locale "cs_CZ" with currency. Example number 123456.10 to 123 456,10 Kč. Iam...