AndroidCharts
AndroidCharts copied to clipboard
'PieHelper(float, java.lang.String, int)' is not public in 'im.dacer.androidcharts.PieHelper'. Cannot be accessed from outside package
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.