Reputation: 2923
I use iOS CorePlot to implement a Pie Chart in my app.
The design is:
but my result is not so perfect:
Is there a way to make this chart like a ring and add the white space between the sections?
Upvotes: 0
Views: 848
Reputation: 27381
Set the pieInnerRadius
to make a ring. Use the borderLineStyle
to make the white lines between the pie slices.
Upvotes: 1