Fix using above/below filling option with discontinuous lines#10024
Fix using above/below filling option with discontinuous lines#10024kurkle merged 1 commit intochartjs:masterfrom
Conversation
Added a test in the boundary folder
2e65fc9 to
7eb41f6
Compare
|
What does |
|
@kurkle EDIT : Actually, if you'd like to see the difference, you can set EDIT 2: On our end, we use this to display increasing sets of values over a time period. For instance, increasing values over 1 week with a chart range of 3 weeks. Which would give something like that (once the bug is fixed): |
kurkle
left a comment
There was a problem hiding this comment.
Sorry for taking a while before finding the time to properly review.
I had some doubts about having the discontinuity at different spots for dataset and the target, but that seems to work as expected too. Clip is not "grounded" on those spots, but its handled by _fill, so there is no problem.
Good job! 👍





Fixes #10023
Added a test in the boundary folder