PrzemyslawChudzia commented on issue #20845:
URL: https://github.com/apache/echarts/issues/20845#issuecomment-2742830240

   Thanks for the response! After disabling progressive or setting `large` to 
`true`, it seems to work now—no more disappearing points.  
   
   But isn’t there still an issue? Progressive should eventually load all the 
points; it just limits how many are loaded per chunk. Yet, as seen in the 
video, some points are removed.  
   
   For the 'disappearing after loading' issue, I added:  
   `select: { itemStyle: { color: 'red' } }, selectedMode: true,`  
   without setting `large` to `true` or `progressive` to `0`. When I started 
clicking randomly on the data points, new chunks kept getting added to the 
chart.:
   
   
https://github.com/user-attachments/assets/e330e22a-2c20-4760-a90c-37c9634a7f6b


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