helgasoft commented on issue #20845:
URL: https://github.com/apache/echarts/issues/20845#issuecomment-2741463834
1. Disappearing while zooming
Cannot reproduce, all points seem to be shown. Enable selection in series
```select:{itemStyle:{color:'red'}}, selectedMode:true,```. Select a point and
zoom in, and if you can't see the point in the zoom then this would be proof of
"disappearing" points.
Also, adding _animation:false_ would help with chart refresh.
2. Disappearing after loading
Did you try disabling
[progressive](https://echarts.apache.org/en/option.html#series-scatter.progressive)
? Or adding ```large:true```?
```animation:false``` could help too.
--
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]