leoliu1984 commented on issue #9893: 散点图区域选择部分点不能被选中(只能选中400个点)
URL: 
https://github.com/apache/incubator-echarts/issues/9893#issuecomment-507821470
 
 
   Hi , @100pah @Ovilia  
通过看源码找到问题所在了,在4.2.1的echarts.js中的第19915,19916行,应该是为了效率考量,所以当数据量超过3000的时候分批成400一批去处理,但是程序有bug只处理了第一次。
   我暂时将3000改为5000,我这边的问题可以暂时解决,请尽快修正这个bug。

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

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

Reply via email to