You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The line chart does not extend all the way to the end of the view. I disabled the rightAxis.enabled, leftAxis.enabled, xAxis.drawAxisLineEnabled and xAxis.drawGridLinesEnabled. Here is what I mean (the whole teal box is the view):
The text was updated successfully, but these errors were encountered:
can you check what's your contentRect? there would be a small gap and contentRect is smaller than the chart view bounds. I remember there is a minOffset =10.0 by default to restrain the contentRect. You can change it to 0.0 and see
/// Sets the minimum offset (padding) around the chart, defaults to 10
publicvarminOffset=CGFloat(10.0)
The line chart does not extend all the way to the end of the view. I disabled the
rightAxis.enabled
,leftAxis.enabled
,xAxis.drawAxisLineEnabled
andxAxis.drawGridLinesEnabled
. Here is what I mean (the whole teal box is the view):The text was updated successfully, but these errors were encountered: