-
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
Y-Axis zeroLineWidth not working #6596
Comments
That was fixed in #6528, but is probably not quite what you are looking for. |
That's quite close. U can set yAxes gridLines to false, will look better. Thanks |
@kurkle why is this closed? The issue is not fixed, there's only workaround which is not the intended behavior. |
Because I think you are looking for a missing |
I don't understand, @kurkle , how can it be that this is working correctly? If I want the first (from bottom to top) horizontal grid to have some color and width, how can I do it? without using any workaround. The idea is for
If the value of the first element is not 0, And I don't want to use this (which "solves" the problem):
Because I don't want the ticks to start at 0. I'm using version 2.9.4. |
Expected Behavior
Upon changing yAxes -> gridLines -> zeroLineWidth, y-axis thickness should change.
Current Behavior
Y-Axis will forever be width=1.
Steps to Reproduce (for bugs)
yAxes > gridLines > display: currently i set to false, even if set to true, it doesn't help.
yAxes > gridLines > zeroLineWidth: change to anything u like
https://jsfiddle.net/zhuhang95/sc6Lbtyv/5/
Context
I'm trying to make y-axis thicker, just like my x-axis.
And, I do not want to show gridLines for y-axis, I just want the zeroAxis to be thicker.
Environment
The text was updated successfully, but these errors were encountered: