lecho/hellocharts-android

How to change labels text color to transparent?

xitrumm opened this issue · 2 comments

I used to pieChartData.setHasLabels(true).setValueLabelBackgroundColor(Color.TRANSPARENT);
but nothing happen, How can I change labels text color to transperent?

I wish this would get fixed, the backgrounds on those labels are so ugly.

pieChartData.setValueLabelBackgroundAuto(false);
pieChartData.setValueLabelBackgroundColor(Color.TRANSPARENT);