-
-
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
Graphs gets cut from both ends #2785
Comments
Thank you! |
not sure what's this for, seem self answered. |
It's just I want to know whether any solutions apart from this as I need to change every time from pods after pod updations. |
there are ways like subclassing. |
I did that but its not working, although took the default value only. |
both |
Like this:- http://prntscr.com/gknml4
But by changing these two lines will resolve the issue but for that, I have to unlock the pods as accessing and changing the variable from my view doesn't reflect the required change.
/// Extra spacing for
axisMinimum
to be added to automatically calculatedaxisMinimum
open var spaceMin: Double = 0.45
open var spaceMax: Double = 0.45
in AxisBase.swift file.combineChartView.xAxis.axisMinimum = combineChartView.xAxis.axisMinimum - 0.45 combineChartView.xAxis.axisMaximum = combineChartView.xAxis.axisMaximum + 0.45
Thanks in advance.
The text was updated successfully, but these errors were encountered: