-
Notifications
You must be signed in to change notification settings - Fork 19.8k
[Bug] Time scatter series endpoints sometimes disappear #18861
Copy link
Copy link
Closed
Labels
Description
Version
5.4.2
Link to Minimal Reproduction
Steps to Reproduce
- Open repro link.
a. This is simply a chart with atimeaxis and ascatterseries, where points appear at the leftmost and/or rightmost points on the x-axis. - Drag divider border to adjust chart width.
Current Behavior
Series min and max points will flicker as the chart width changes, and the points may remain hidden if the width is left in a bad spot.
Expected Behavior
The points should remain visible.
Environment
- OS: Win 11
- Browser: Chrome 113.0.5672.127
- Framework:Any additional comments?
Any number of changes show that this should work:
- changing
xAxisto acategoryaxis (withboundaryGap: falseto most closely replicate the current view) - changing the series type to
line - setting an arbitrarily small
boundaryGap: ["0.01%", "0.01%"]- This is the workaround I currently use, although it's not ideal and sometimes interferes with the axis labeling
Reactions are currently unavailable