-
-
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
lineChart.leftAxis.startAtZeroEnabled is not available in Swift 3 library #2262
Comments
in v2
in v3
|
Thanks @thierryH91200 , but i have used my custom left axis value formatter to eliminate 0. |
@thierryH91200 Can you help me stop the line just before the 12 xAxis mark, Please refer the screenshot i need to replicate in my app. I tried various things but nothing help |
@thierryH91200 , @danielgindi , @liuxuan30, @petester42, @AlBirdie can you please help me on the above issue P.S : i am using iOS Swift 3.0 |
@thierryH91200 , @danielgindi , @liuxuan30, @petester42, @AlBirdie is this possible to achieve with ios-charts ? |
you can set your x to be 12h and have y value. You can also use axisMimimum/max to set the axis range. Reopen a closed issue with a different question is NOT a good habit. |
Hi @danielgindi , @liuxuan30
I wanted to skip the 0 of the left axis and i found the solution "lineChart.leftAxis.startAtZeroEnabled = false" but it is not available in the Swift 3 branch of Charts.
Is this removed or have been changed to other function ?
Thanks
The text was updated successfully, but these errors were encountered: