HackPlan / AndroidCharts

An easy-to-use Android charts library with animation.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

'PieHelper(float, java.lang.String, int)' is not public in 'im.dacer.androidcharts.PieHelper'. Cannot be accessed from outside package

Mayur-007 opened this issue · comments

Class PieHelper does not have public method PieHelper(float, java.lang.String, int)

Cannot set title.

The reason I do this is I did not find a suitable place to display the title.
I think it's better to show title outside the pie chart .

I found a solution.
I will create a pull request.