-
-
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
X-Axis and Y-Axis is not shown in swift 3 #1701
Comments
thanks |
@saied685 Have you got any solution for this issue? Thanks |
please take a look at the func. Swift 3 changed a lot about naming, so it might changes. |
Bigscaltest i have a solution ..stay in touch...i send this soluton ater some day...good luck |
I found a solution...stay in touch... Thanks —You are receiving this because you were mentioned.Reply to this email directly, view it on GitHub, or mute the thread. |
go to this link: |
in swift 3 (xcode 8)
these lines of code is not work:
let dataEntry = BarChartDataEntry(value: values[i], xIndex: i)
and
please help me
this makes to chart is not work properly
yVals and xVals and xIndex are unknown
BarChartViewController.swift.zip
The text was updated successfully, but these errors were encountered: