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've discovered an issue when trying to apply a vertical gradient to a line chart.
The gradient should colour both the line and the points with the same gradient shades on both charts.
The chart with the vertical gradient does not have the points coloured with the gradient shades, but with the first gradient colour.
As a workaround I've set the colours manually for each point, based on the value, but this is not so linear and it is not a solution to the issue.
The CodePen example illustrates the issue.
The text was updated successfully, but these errors were encountered:
I believe this is already fixed in master. I think it was fixed by @nagix in #5858
Sorry, something went wrong.
@avidenov you can check the latest master with:
git clone [email protected]:chartjs/Chart.js.git cd Chart.js npm install gulp build
Then use the files in the dist/ directory
dist/
I'm going to close this for now as we believe it has already been fixed, but please let us know if that's not the case. Thanks!
@etimberg , @benmccann thanks, I can confirm that the issue is fixed when using the master branch build.
No branches or pull requests
I've discovered an issue when trying to apply a vertical gradient to a line chart.
Expected Behavior
The gradient should colour both the line and the points with the same gradient shades on both charts.
Current Behavior
The chart with the vertical gradient does not have the points coloured with the gradient shades, but with the first gradient colour.
Possible Solution
As a workaround I've set the colours manually for each point, based on the value, but this is not so linear and it is not a solution to the issue.
Steps to Reproduce (for bugs)
The CodePen example illustrates the issue.
Environment
The text was updated successfully, but these errors were encountered: