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
Open repro link.
a. This is simply a chart with a time axis and a scatter series, 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.
I see you marked the linked post as "not a bug", but based on the above bullets it seems like this is unintended behavior. Is that correct? Or if this is expected, would you mind explaining how the default clipping works and when clip: true is advantageous?
@jnoyola It is similar to #16329. The edge symbols are clipped due to the tiny offset. I just found several related issues. I will consider it a bug and try to fix it later.
Version
5.4.2
Link to Minimal Reproduction
https://echarts.apache.org/examples/en/editor.html?code=MYewdgzgLgBNCGAnWBeGAReUCmA6MIA7gBQCUA3AFCiSwAmW8MaY2hMAgoovAJ7EAmAAylcAMwCWAGyllcAW3gAHYsQD6AGhgTSzAHwwA2q3aYcxBMhgBqbaS0SAuhUqUQSqBPDMYAb0owMAAeHEESEABcfgGBMFC8SthRAOSe8tjJGjEAvlmBvKHhUf6xcQlJMMkAbvBSAK4ZOXlw2IgS2JFGMYElpTAMUPBRA_DNpfGJKRDAWDiIyd0w2TGOlNnkQA
Steps to Reproduce
a. This is simply a chart with a
time
axis and ascatter
series, where points appear at the leftmost and/or rightmost points on the x-axis.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
Any additional comments?
Any number of changes show that this should work:
xAxis
to acategory
axis (withboundaryGap: false
to most closely replicate the current view)line
boundaryGap: ["0.01%", "0.01%"]
The text was updated successfully, but these errors were encountered: