-1

I am new to the Android Graphics and I want to implement a spinnable pie chart, where the user should be able to spin/fling the pie, and it should also respond to click event, like shown in this video,

youtube example

I tried achartengine, but they dont support spinning in pie charts.

Please help.

Sandip Armal Patil
  • 6,241
  • 21
  • 93
  • 160
Thiyaga B
  • 971
  • 1
  • 9
  • 26

1 Answers1

6

I just finished up the first draft of such a pie chart, check it out here: https://github.com/saulpower/ExpandablePieChart

saulpower
  • 1,258
  • 1
  • 10
  • 13