Skip to content
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

LeftAxis above bars in BarChartView #1595

Closed
nthegedus opened this issue Oct 2, 2016 · 2 comments
Closed

LeftAxis above bars in BarChartView #1595

nthegedus opened this issue Oct 2, 2016 · 2 comments

Comments

@nthegedus
Copy link

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
img_3816

This second one, have the leftAxis above the bars. This version was downloaded by Testflight
img_3815

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.
screen shot 2016-10-02 at 11 28 20 am

Does anyone have an ideia about what's happening?

Thanks

@nthegedus
Copy link
Author

nthegedus commented Oct 3, 2016

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.

@pmairoldi
Copy link
Collaborator

Glad to hear. 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants