I would like to position spokes in pie to be put "outside" of the pie. My problem is that on top and bottom, spokes need to go out of the "box" of the chart view. This lead to spokes be inverted and placed in wrong direction.
I placed
self.clipsToBounds = false
self.canvas.clipsToBounds = false
My question is how to persuade chart to dray outside the bounds, or how to put padding around the chart.
Marko