-
-
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
Xcode 8.0,many errors...... #1513
Comments
same problem |
When will be official Swift 3.0 support with pods? |
Ya you are right so many error on Classes files. i am not using pod |
Advice you don't use pod now, just clone the version you need and drag it to your project. |
ya i am doing this. @Huang-Libo |
Use master. It is swift 3.0 already. |
yes i am using master. |
Well if are then you are not using it because the Charts-iOS target doesn't even exist in master it's just Charts. |
What should i do to resolve this issue.? I am trying from last 5 hour. @petester42 |
Delete anything charts related in your project and charts itself. Download charts from master again and try to add it again. You can check the charts demo project which integrate charts properly. |
In bridging file getting Module 'Charts' not found I am importing like @import Charts; |
Solved all error but can you say 1 thing, How to set data in to line chart and bar chart. before swift-3 we use but right now this method doesn't work. |
@rs10693 for v3.0:
Just look at source code in LineChartData, you will find the API you need. |
ya you are right @Huang-Libo but i want to set X value of graph right now set by default value like 0, 2, 4 so on. |
@rs10693 |
Ok i'll try thank you very much for your support. and one more question any update for BalloonMarker class. @Huang-Libo |
@rs10693 You can get more info about how to Migrating to Charts 3.0 in this issue #1474 |
Sure. @Huang-Libo |
Hi, I am trying to set date in [[ChartDataEntry alloc] initWithX: y: but in lib you are passing double value so only display single digit and i want to display like 09-25, 09-24 so on. plz help me. @Huang-Libo |
@rs10693 You can find a example about how to format xAxis's value in |
Hello @Huang-Libo I am create an array and in that m stored all date which i received from back-end so can you elaborate to how to convert string to double because of that class is instancetype_nonnull. |
Hello @Huang-Libo I am trying like this, xVals = ["26-09","25-09","24-09"];
so i want to display String in xAxis and now i am using granularity so xAxis are not display. pls help me it's very urgent. |
@rs10693 could you exlain under what situation xAxis not display? Have you zoomed in? |
@rs10693
It's the interval between the date object and 00:00:00 UTC on 1 January 1970. |
Hello @Huang-Libo Thank you very much. now it's perfect. |
Hello @liuxuan30 |
When I convert my project to swift3.0,it appears many errors that I can't solve them.Help......
The text was updated successfully, but these errors were encountered: