You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I've some issues when I apply min/max on X scale: on some datasets, additional line segments are drawn. I think this bug appears when there are "gaps" in the line, making the line split into several segments.
where start and count (computed above with getStartAndCountOfVisiblePoints) are overridden. If I comment the 2 reassignments, it fixes the issue in my test. I don't know how to fix the bug by myself but I hope that these infos will help you.
Hi, I've some issues when I apply
min
/max
on X scale: on some datasets, additional line segments are drawn. I think this bug appears when there are "gaps" in the line, making the line split into several segments.Expected Behavior
Given this chart if no min/max:
If I set
min: 1, max: 3
, I'd expect this:Current Behavior
What I get:
Steps to Reproduce
https://codepen.io/jledentu/pen/GRrGWPg
Environment
The text was updated successfully, but these errors were encountered: