Reputation: 258
I'm using AchartEngine to create charts in android. But not able to show animations. For example : in pies chart i want initial rotations. In bar chart i want bar should grow from top to bottom. Or is there any API or library which helps to build animated charts in android.
Please suggests or give any sample.
Upvotes: 0
Views: 539
Reputation: 32391
It is possible. You just need to modify the property you want to be modified and then call mChartView.repaint();
Upvotes: 1