lecho / hellocharts-android

Charts library for Android compatible with API 8+, several chart types with scaling, scrolling and animations 📊
Apache License 2.0
7.43k stars 1.61k forks source link

How to change labels text color to transparent? #509

Open xitrumm opened 5 years ago

xitrumm commented 5 years ago

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

calkinssean commented 5 years ago

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

ntamim2006 commented 4 years ago

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