-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
RangeArea with null value removes fill color #3525
Labels
bug
Something isn't working
Comments
6 tasks
This was referenced Mar 30, 2024
This was referenced May 20, 2024
This was referenced May 26, 2024
This was referenced Jun 2, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
When a RangeArea chart contains a null x-value, the range will no longer be filled. It does not matter if this null-x-value is part of the rangeArea series or a combined series like the line.
Steps to Reproduce
Expected Behavior
RangeArea series keeps being filled.
Actual Behavior
RangeArea series is not filled at all.
Screenshots
Without null value (OK):
With a null value (NOT OK):
Reproduction Link
Without null value (OK) : https://codepen.io/denxorz/pen/PoaBvOG
With null value (NOT OK): https://codepen.io/denxorz/pen/XWYBwex
The text was updated successfully, but these errors were encountered: