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

Waterfall with y axis starting at >0 broken in 4.1.x #3886

Closed
micw opened this issue Feb 25, 2015 · 5 comments
Closed

Waterfall with y axis starting at >0 broken in 4.1.x #3886

micw opened this issue Feb 25, 2015 · 5 comments

Comments

@micw
Copy link

micw commented Feb 25, 2015

I have a waterfall chart that starts with an y axis >0 to make the diferences between values better visible.

That works fine in 4.0.4: http://jsfiddle.net/tctgj2t3/1/
But starting with 4.1.0 it's broken: http://jsfiddle.net/tctgj2t3/2/

@ghost
Copy link

ghost commented Feb 25, 2015

The error seems to occur when the y-value is less than the threshold: http://jsfiddle.net/LLExL/4179/

@micw
Copy link
Author

micw commented Feb 25, 2015

Which threshold?

@ghost
Copy link

ghost commented Feb 26, 2015

the minimum you set on the y-axis

@micw
Copy link
Author

micw commented Feb 26, 2015

That's true, But it should not since all values in waterfall are added to the previous value, so the resulting value that is shown in the chart is always > threshold.

@TorsteinHonsi
Copy link
Collaborator

Fails since fe70adb

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

No branches or pull requests

2 participants