You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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
UPDATED: found the error. Not in your wonderful code but instead in the constraints system. Issue is related to iOS10
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
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?
The text was updated successfully, but these errors were encountered: