We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm using a bar chart with manually specified grid lines. They should be displayed as it was before 2.7.2. With 2.7.1 it displays such as:
They stopped working.
Fix it?
https://codepen.io/anon/pen/PQgEZx
The text was updated successfully, but these errors were encountered:
I suspect #5178 to be the cause of this issue (this line), it should be:
var axisWidth = helpers.valueAtIndexOrDefault(me.options.gridLines.lineWidth, ???); // ??? maybe 0?
@jhaenchen what do you think?
@karolyi as a workaround and if you use the same width for all lines, your fiddle works with lineWidth: 1
lineWidth: 1
Sorry, something went wrong.
bump
This was solved by #5751
No branches or pull requests
Expected Behavior
I'm using a bar chart with manually specified grid lines. They should be displayed as it was before 2.7.2.
With 2.7.1 it displays such as:
Current Behavior
They stopped working.
Possible Solution
Fix it?
Steps to Reproduce (for bugs)
https://codepen.io/anon/pen/PQgEZx
Environment
The text was updated successfully, but these errors were encountered: