echarts
echarts copied to clipboard
[Feature] When using a set of scatter points that are connected end-to-end to draw a line chart, I want to ensure that the line connections between points are not dependent on whether the points are within the current view when zooming or panning with dataZoom.
What problem does this feature solve?
I am using a set of scatter points that are connected head-to-tail to draw a closed curve and wish to implement zooming and horizontal panning features. However, I have found that when some points move outside the view frame, they automatically connect with points inside the view, resulting in a deviation from the original curve.
for example ,the original diagram looks like
but when i zoom in ,unexpected links appears, I guess this happens because links only work for point within the visual window.
What does the proposed API look like?
just provide a choice that determines whether linking within visual window or not
try setting filterMode to none