We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
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
I assume the values are hidden because of space issues but there looks to be enough space. Is there a way to force the x values to show up?
I have the following in my code:
chartview.xAxis.granularityEnabled = true chartview.rightAxis.axisMinimum = 0.0 chartview.leftAxis.axisMinimum = 0.0
But it still hides the values.
The text was updated successfully, but these errors were encountered:
you need to set the xAxis labelCount, i.e.:
labelCount
barChartView.xAxis.setLabelCount(array.count, force: false)
problem solved! :)
Sorry, something went wrong.
@seenoevo worked like a charm :) Thanks!
No branches or pull requests
I assume the values are hidden because of space issues but there looks to be enough space. Is there a way to force the x values to show up?
I have the following in my code:
But it still hides the values.
The text was updated successfully, but these errors were encountered: