helgasoft commented on issue #21564:
URL: https://github.com/apache/echarts/issues/21564#issuecomment-4337441314

   In #18358 I wrote _"My presentiment is that line and lines series code may 
need to be rewritten someday. Currently they behave more like customized 
scatter series."_
   If ```type:'line'``` was a real polyline, we would simply use 
```clip:false``` to make the partial line segments visible for any 
dataZoom.filterMode.
   But ECharts line chart is **not** a collection of line segments, it's a 
collection of connected points. Could be called a "birth defect".
   This is the reason for problems in dataZoom (here), ghost segments (#21565), 
segment styling (#17138), tooltips (#19860) and others (#19194, #19958, #19767).


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to