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
After many code reviews, I realized that I was using XAxisLabelPositionBottom in leftAxis.labelPosition. I don't know why it didn't get an error, but I just change to YAxisLabelPositionOutsideChart, and it worked fine as well.
I'm having a problem using BarChartView, but it only happens when I distribute my app on Testflight. Take a look:
This graph is OK, but it was builded using Xcode
This second one, have the leftAxis above the bars. This version was downloaded by Testflight
I'm using the 2.3.0 version, and I'm generating the build using fastflane, and fastlane is using the same version as I.
Does anyone have an ideia about what's happening?
Thanks
The text was updated successfully, but these errors were encountered: