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 am using this charts in objective c projects.
i am not getting values in ChartIndexAxisValueFormatter value formator
ChartXAxis *bottomAxis = _chartView.xAxis; bottomAxis.valueFormatter = [[ChartIndexAxisValueFormatter alloc] initWithValues:arrChartXlabels];
it returns nil instead of index values. i
it is always returns on line no 59 instead of line no 63. File Name : IndexAxisValueFormatter.swift
**Charts version/Branch/Commit Number:**3.1 Xcode version: 9.2 Swift version: 4.0.2 Platform(s) running Charts: ios 8 and above macOS version running Xcode: 10.13.3
The text was updated successfully, but these errors were encountered:
Please note that for how-to's, ask on Stack Overflow. If you would like to file an issue or feature request, please fill out the form provided.
Sorry, something went wrong.
No branches or pull requests
i am using this charts in objective c projects.
i am not getting values in
ChartIndexAxisValueFormatter value formator
ChartXAxis *bottomAxis = _chartView.xAxis;
bottomAxis.valueFormatter = [[ChartIndexAxisValueFormatter
alloc] initWithValues:arrChartXlabels];
it returns nil instead of index values.
i
it is always returns on line no 59 instead of line no 63.
File Name : IndexAxisValueFormatter.swift
Charts Environment
**Charts version/Branch/Commit Number:**3.1
Xcode version: 9.2
Swift version: 4.0.2
Platform(s) running Charts: ios 8 and above
macOS version running Xcode: 10.13.3
The text was updated successfully, but these errors were encountered: