Skip to content
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

please help Line Graph not working on Charts 2.3.0 (for Xcode8 and Swift 2.3.0) #1834

Closed
ankitkapasi opened this issue Nov 15, 2016 · 1 comment

Comments

@ankitkapasi
Copy link

Everything was working prior to the automatic migration in Xcode 7. Now that I've migrated the data points aren't being graphed in the line graph.

I have changed:
//yAxis.customAxisMax = 1;
//yAxis.customAxisMin = 0;
to:
yAxis.axisMaxValue = 1;
yAxis.axisMinValue = 0;

I've checked the data set and it is set correctly. Am I missing something else that broke during the swift 2.3.0 update?

@ankitkapasi ankitkapasi changed the title Migrated to Xcode8 and Swift 2.3.0 URGENT: please help Line Graph not working on Charts 2.3.0 (for Xcode8 and Swift 2.3.0) Nov 15, 2016
@ankitkapasi
Copy link
Author

UPDATED: found the error. Not in your wonderful code but instead in the constraints system. Issue is related to iOS10

@ankitkapasi ankitkapasi changed the title URGENT: please help Line Graph not working on Charts 2.3.0 (for Xcode8 and Swift 2.3.0) please help Line Graph not working on Charts 2.3.0 (for Xcode8 and Swift 2.3.0) Nov 15, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant