0

I am trying to create a Dial Chart in android. I used the achartengine since I saw in their GitHub page that they have a DialChart. While implementing I was faced with this error.

After doing some research I came to know that the chart I was trying to create and the one provided by the AChartEngine are different.

The chart that I am trying to create is

Dial Chart

Is there any Charting Engine that renders these kind of charts or is there any tutorial that teaches to implement using graphic functions?

While you are at it if you can solve this error it is appreciated..

Community
  • 1
  • 1
Tyson
  • 747
  • 2
  • 6
  • 18
  • Try this library: https://github.com/PhilJay/MPAndroidChart Combining it with some custom tweaks should make rendering such a chart possible – Shubhankar S Jun 30 '16 at 13:59
  • "any tutorial that teaches to implement using graphic functions". It's all in https://developer.android.com/reference/android/graphics/Canvas.html You have to literally draw everything directly yourself. – Budius Jun 30 '16 at 14:05

0 Answers0