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
The rendering of a radar chart works correctly with version 2.9.3.
Using the development build, the rendering of the chart will apply a "white" area in the middle of the chart itself.
https://codepen.io/stockinail/pen/KKdOXRM
The text was updated successfully, but these errors were encountered:
Adding fill: 'start' works around it. https://codepen.io/etimberg/pen/pojMazo
fill: 'start'
Will need to figure out what changed
Sorry, something went wrong.
v2.9 defaulted to fill: 'start'. Looking to see why that changed https://github.com/chartjs/Chart.js/blob/2.9/src/controllers/controller.radar.js#L17
Looks like we fixed the backwrard incompatibilty in #6655 but never PRed that to master. I will do that since the default is a lot better.
Adding fill: 'start' works around it. https://codepen.io/etimberg/pen/pojMazo Will need to figure out what changed
@etimberg Yes, I was aware about that as workaround.
Successfully merging a pull request may close this issue.
Expected Behavior
BE AWARE this issue was solved in 2.9.3 version (see the issue #6396).
The rendering of a radar chart works correctly with version 2.9.3.
Current Behavior
Using the development build, the rendering of the chart will apply a "white" area in the middle of the chart itself.
Steps to Reproduce (for bugs)
https://codepen.io/stockinail/pen/KKdOXRM
Environment
The text was updated successfully, but these errors were encountered: