How can I draw something like the circular chart in image below in android :
Asked
Active
Viewed 5,905 times
6
-
1It seems a grey circle and colored 3 arcs... All of them sharing the same center point and the same radius. – Phantômaxx Apr 19 '15 at 15:46
-
1@DerGolem how to round end points of arc? – AVEbrahimi Apr 19 '15 at 15:46
-
1Like this http://stackoverflow.com/a/20823792/2649012 – Phantômaxx Apr 19 '15 at 15:47
-
have you found any solution for this – M.Yogeshwaran May 30 '17 at 09:18
2 Answers
2
How about this libabry.. ? it has pie charts
https://github.com/PhilJay/MPAndroidChart
Documentation is here

Alupotha
- 9,710
- 4
- 47
- 48
-
1
-
I don't think there is a easier way to do this other than using a library – Confuse Apr 19 '15 at 16:13
-
-
1@AVEbrahimi: Define heavy :-) The whole library comes in a 600kb jar file. – Philipp Jahoda Apr 20 '15 at 08:28
-
Using pie chart graph from MP Chart, how can I set the curve to the corner in android? – Parth Bhayani Oct 24 '16 at 13:27
-
@PhilippJahoda need help can we design pie chart like this using your library – M.Yogeshwaran May 30 '17 at 09:22
-
What about proguard etc. @PhilippJahoda Doesn't that remove unused references and classes – Shubham AgaRwal Aug 22 '18 at 19:06
-
how to enable animation om curved part.??for default view animation is working fine but for curved animation is not working! @PhilippJahoda – Atif AbbAsi Mar 14 '20 at 19:38