HI,
I need to reverse animation of pie chart, I don't have to spin chart.
I user this code to make clockwise animation:
chartView.animate(yAxisDuration: 1,
easingOption: .linear)
According to you, what should I do to reverse animation?
ask on stack overflow for how-to questions, thanks.