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
This is the correct implementation so far. Filling always start from the lower y axis (bottom side). If you want the opposite filling, you have to override the filling method yourself.
this picture is normal:
and this picture is make chartView.leftAxis.inverted = true
we can see that left.inverted make the fillColor also inverted, I want the fillColor not inverted. how to make that style?
The text was updated successfully, but these errors were encountered: