numetriclabz / numAndroidCharts

A Powerful Android Charting Library by https://www.numetriclabz.com/
GNU General Public License v3.0
85 stars 37 forks source link

Semi Circle Pie Chart Labels #2

Open rovercoder opened 8 years ago

rovercoder commented 8 years ago

Labels are not shown when running Semi Circle Pie Chart example. Any way I could get them to work?

uditsingh1 commented 8 years ago

Hi Nathan,

By labels, do you mean text inside the sectors of pie or labels at the bottom of screen as shown in the tutorial?

rovercoder commented 8 years ago

Hey there,

Those at the bottom of the screen. Honestly I did not know about the sector labels inside the pie. I downloaded the project and ran it directly. I also tried changing the library version in the build.gradle to 1.0.18. No luck. I've also debugged through "SemiCircle.java" inside the lib and the labels seem to get passed on and appended correctly to the canvas.

Thank you