-
-
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
Horizontal Bar Chart not showing values #1356
Comments
@danielgindi any idea? |
There's a property that limits labels showing according to value density. Can't remember right now- I'll put its name here when I'm in front of a computer |
@danielgindi chart.leftAxis.labelCount not working, anything else? |
@danielgindi any news? |
|
@danielgindi thanks! |
You're welcome :-) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am using horizontal bar chart for showing daily Heart Rate chart.
Chart userInteractionEnabled = false.
Chart height constraint = value count * 30.
When i have 100 or more values, value labels not showing, if i have less than 100 values labels showing. How can i fix this?
The text was updated successfully, but these errors were encountered: