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

Bar chart missing y axis label #858

Closed
jemcelroy opened this issue Mar 17, 2016 · 2 comments
Closed

Bar chart missing y axis label #858

jemcelroy opened this issue Mar 17, 2016 · 2 comments

Comments

@jemcelroy
Copy link

This bar chart does not seem to be calculating the correct number of y axis labels. The largest value on the y axis is about 1.4 million, so the top line should indicate 1M. However, it is only showing 5 labels when it should be 6.

screen shot 2016-03-17 at 4 12 42 pm

This is my data set: [1186645.1996, 487553.6624, 1184759.34, 1381902.321, 419279.6614, 920688.6186, 1159724.5976, 1297496.6188, 570605.956, 962006.3724, 570605.956, -4171430.6358]

@liuxuan30
Copy link
Member

could you try debug computeAxis() in y axis renderer, to see how it calculate the yMin, yMax and the range and what's the value of them?

@danielgindi
Copy link
Collaborator

No response for a few months now...

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

3 participants