-
Notifications
You must be signed in to change notification settings - Fork 11.9k
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
logarithmic scale - support of : beginAtZero, zero values, multidataset selection (issue-#9629) #10714
Conversation
beginAtZero support and zero values display on logarithmic scale
You don't need to open a new issue every time you change your code |
Sorry for that, i just want to make that clean. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some minor things, need to give it a better look later.
CI is failing atm, please make sure it passes. you can check this locally by running pnpm run test
. If the linting and test pass it is good.
Looks like the code already had support for zero, does it not work? |
The code don't display zero. Line chart is cut. |
true, a pen using master: https://codepen.io/kurkle/pen/KKRQpgR |
And no '0' tick appear too. |
Just an idea... |
I check tests on scale-logarithmic, all tests with type bar are failed because bar have beginAtZero at true by default. |
Changing the type to line is fine. Also should add a test that beginAtZero actually works |
Hello, |
The build fails, as long as that happens this can't be merged. Also like I said in my previous comment, a test for this should be added so we get notified in the future if it breaks |
For the build, sorry a mistake in my commit... |
Import call from core
Lint error
I'll do in other way later (and not in my master branch) |
beginAtZero support and zero values display on logarithmic scale with multi dataset selection.
same changes can be apply on 3.9 branch.
issue #9629
Thanks