-
-
Notifications
You must be signed in to change notification settings - Fork 6k
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
Some missing methods in swift 3 version #1472
Comments
Charts 3.0 is a breaking change, as there are structural changes. There are not x values anymore. |
Ok, do you plan to update the older version of the library to swift 3 ? |
@StefanNestorov It's too much work, I cannot look back that far :-) |
Thank you for answering, just one more important question for me - in my app values in the xAxys are not linear for example ...1 2 3 4 1 2 3 4 1 2 3 4 ... and in some places i have actual entry with xIndex and y value. With the old version i achieved this, but will this be still possible in the new version ? Because as i understand you dont supply x values for the axys anymore ? |
the old version with swift 3 is in Swift 3.0 branch. |
@StefanNestorov |
Hi, i tried to upgrade my project with the latest version of charts (swift 3.0 from the main branch) but some methods and properties are missing like:
xValCount, lowestVisibleXIndex, highestVisibleXIndex, data.xVals.count, on ChartViewBase i think; xAxis.setLabelsToSkip() on xAxys and some others.
Do you plan to update this things soon ?
The text was updated successfully, but these errors were encountered: