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

Negative values appear on y axis while every data-set has positive values #181

Closed
jimfilippou opened this issue Oct 29, 2018 · 1 comment
Labels
feature-request New feature or request

Comments

@jimfilippou
Copy link
Contributor

jimfilippou commented Oct 29, 2018

Codepen

https://codepen.io/jimfilippou-the-animator/pen/OBGjJK?editors=0010

Explanation

Data given is positive, assigning y-axis label with a negative value is not an expected behavior.

  • What is the behavior you expect?
    expectation

  • What is happening instead?
    reality

  • What error message are you getting?
    No error

  • Suggestions
    If every dataset on series is greater than 0, ignore all negative values on the y-axis.

@junedchhipa junedchhipa added the feature-request New feature or request label Oct 29, 2018
@junedchhipa
Copy link
Contributor

I agree
If no negative values are present, it doesn't make sense to show negative values in the y-axis.

Fixed it

junedchhipa added a commit that referenced this issue Oct 29, 2018
… on range - fixes #181; zoomed event called in resetZoom - fixes #182
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants