echarts icon indicating copy to clipboard operation
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.

Open solosingha opened this issue 10 months ago • 1 comments

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 image but when i zoom in ,unexpected links appears, I guess this happens because links only work for point within the visual window. image

What does the proposed API look like?

just provide a choice that determines whether linking within visual window or not

solosingha avatar Apr 12 '24 06:04 solosingha

try setting filterMode to none

MatthiasMert avatar Apr 12 '24 07:04 MatthiasMert