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
I am using CombinedChartView in this scenario and when I run the carts inside a UIViewController, the leftAxis.axisMinimum works properly when set to 0. But when I run the charts inside the UITableViewCell, the leftAxis.axisMinimum is not honoured.
Inside UITableViewCell:
Inside UIViewController:
Any idea what is happening?
The text was updated successfully, but these errors were encountered:
I am using
CombinedChartView
in this scenario and when I run the carts inside aUIViewController
, theleftAxis.axisMinimum
works properly when set to0
. But when I run the charts inside theUITableViewCell
, theleftAxis.axisMinimum
is not honoured.Inside
UITableViewCell
:Inside
UIViewController
:Any idea what is happening?
The text was updated successfully, but these errors were encountered: