AndroidPieChart
AndroidPieChart copied to clipboard
generate a pie chart in Android app.
when I wrote pie.setAdapter(alPercentage); in that place it is showing error like "The method setAdapter(ArrayList) in the type PieChart is not applicable for the arguments (ArrayList)"
Hi Ken, This is a minor issue, but the radius is set to 0 by default. This causes all pie charts to have size 0 until the radius is set...
I added the library in my project, but when I tried to put in layout the pieChart, i had this 'error' message in the graphical layout: "The following classes could...
Hi. Following the readme word for word I end up having to change the percentages to PieChartData objects. Then the pie chart does not draw. If i go to the...
When the configuration is changed, onMeasure is called twice. This is something to do with the Android lifecylce that I do not fully understand. The first time MeasureSpec.getSize(widthMeasureSpec) in my...