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
xVals = @[@"2016-11",@"2016-12",@"2017-01",@"2017-02",@"2017-03",@"2016-04",] // LineChartData *data = [[LineChartData alloc] initWithXVals:xVals dataSets:dataSets]; LineChartData *data = [[LineChartData alloc] initWithDataSets:dataSets]; _chartView.xAxis.valueFormatter = [ChartIndexAxisValueFormatter withValues:xVals];
The text was updated successfully, but these errors were encountered:
reopen when you state it clearly.
Sorry, something went wrong.
No branches or pull requests
xVals = @[@"2016-11",@"2016-12",@"2017-01",@"2017-02",@"2017-03",@"2016-04",] // LineChartData *data = [[LineChartData alloc] initWithXVals:xVals dataSets:dataSets]; LineChartData *data = [[LineChartData alloc] initWithDataSets:dataSets]; _chartView.xAxis.valueFormatter = [ChartIndexAxisValueFormatter withValues:xVals];
The text was updated successfully, but these errors were encountered: