-
-
Notifications
You must be signed in to change notification settings - Fork 6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove slices text in pieChart #3918
Comments
Refer to Android repo's documentation. |
there should be switch to do that. So you can take a look at the code. |
Found the solution: chartView.drawEntryLabelsEnabled = false |
That's not it. To remove the text from the slices you need to call this: dataSet.drawValuesEnabled = false |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Can you please suggest how to not show slices text on a pie chart like android has setDrawSliceText(boolean enabled).
The text was updated successfully, but these errors were encountered: