brianedwardsaunders commented on issue #14835:
URL: https://github.com/apache/echarts/issues/14835#issuecomment-4054046814

   hi @Hentra  I suspect the reason lines are dissapearing is there is distance 
between the 2 points you are using and may have been deliberate to optimise 
rendering performance. If you need the lines to remain visible across 
scrolling, what I did to solve the issue is added additional points in the line 
to keep the lines visible. it is a bit of a hack but solved the issue for me. 
So for example if you have 2 points in a line, perhaps increase the line to 
contain 4 points along the same slope in the series. Hope this helps


-- 
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