We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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'm having trouble in displaying the values in xAxis
As in above, there are only 5 xAxis labels shown instead of 10.
Dataset :
Charts.BarChartDataSet, label: ABC, 10 entries: ChartDataEntry, x: 1.0, y 7344783.0 ChartDataEntry, x: 2.0, y 744598.0 ChartDataEntry, x: 3.0, y 4480161.0 ChartDataEntry, x: 4.0, y 985448.0 ChartDataEntry, x: 5.0, y 13411712.0 ChartDataEntry, x: 6.0, y 2499160.0 ChartDataEntry, x: 7.0, y 7374383.0 ChartDataEntry, x: 8.0, y 2857319.0 ChartDataEntry, x: 9.0, y 6397822.0 ChartDataEntry, x: 10.0, y 10772772.0
I've set the granularity to 1. What might be the issue?
granularity
The text was updated successfully, but these errors were encountered:
I set the granularity to 0& did some changes in formatter and it worked.
granularity to 0
Sorry, something went wrong.
No branches or pull requests
I'm having trouble in displaying the values in xAxis
As in above, there are only 5 xAxis labels shown instead of 10.
Dataset :
I've set the
granularity
to 1. What might be the issue?The text was updated successfully, but these errors were encountered: