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

Values are not drawn in the correct location when the y-axis does not start at zero #391

Closed
icecrystal23 opened this issue Sep 18, 2015 · 2 comments

Comments

@icecrystal23
Copy link
Contributor

As you can see in the photo below, the graph values are drawn as if the y-axis starts at zero, but it does not. It starts at 350K. This photo below is of a CombinedChartView, but it also reproduces on a standalone LineChartView.

I am trying to figure out where the y min is not being accounted for, but so far have not had any luck.

screen shot 2015-09-18 at 8 02 39 am

@icecrystal23
Copy link
Contributor Author

My colleague figured this out; it has to do with it grabbing the wrong transformer (left vs right axis) in some cases. I will find these cases and submit a pull request with the fix.

@icecrystal23
Copy link
Contributor Author

Just kidding, didn't realize I needed to set "axisDependency" on the data sets :D

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

1 participant