-
Notifications
You must be signed in to change notification settings - Fork 11.9k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Radar chart rendering issue #6396
Comments
More info: the bug occurs ONLY when you have got negative data. |
#6281 added support for boundary filling modes in radar charts to make it consistent with line charts. While @etimberg @benmccann Any comments? |
I haven't done much with radar charts, so I'm sure what |
@nagix @benmccann I have tested the "master" with the updates of PR 6281 being committed into the master. Could you confirm me that to have the same behavior I must use "fill: start" instead of "fill: true"? |
@stockiNail you probably know more about the radar chart than I do and @nagix has been away for a little while. If there's some docs that are wrong or missing here, we'd be open to a PR to fix :-) |
@benmccann OKI! Anyway using fill: start works... Maybe it could be set as Default at radar dataset options (new ones). I'm not so expert about javascript but I'm gonna have a look and open a PR if needed. A day has got only 24 hours... unfortunately ;) |
Expected Behavior
The rendering of a radar chart works correctly with version 2.8.0.
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/anon/pen/ymyXeW
Environment
The text was updated successfully, but these errors were encountered: