Skip to content
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

Artifact on stacked straight area with null values #1042

Closed
PierrickP opened this issue Oct 31, 2019 · 1 comment
Closed

Artifact on stacked straight area with null values #1042

PierrickP opened this issue Oct 31, 2019 · 1 comment
Labels
bug Something isn't working

Comments

@PierrickP
Copy link

Codepen

https://codepen.io/PierrickP/pen/WNNXMBW

image

The green serie

[
        [1, 2],
        [2, 3],
        [3, null],
        [4, null],
        [5, null]
]

Explanation

  • What is the behavior you expect?
    The green triangle on 4 should not be there

  • What is happening instead?
    An artifact

  • What error message are you getting?
    No message

@junedchhipa junedchhipa added the bug Something isn't working label Nov 4, 2019
@junedchhipa
Copy link
Contributor

Thanks for reporting, fixed it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants