You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by GitBox <gi...@apache.org> on 2020/08/20 12:18:26 UTC

[GitHub] [incubator-echarts] 100pah edited a comment on issue #13164: Echarts keeps rendering white blanks with large datasets on single canvas mode.

100pah edited a comment on issue #13164:
URL: https://github.com/apache/incubator-echarts/issues/13164#issuecomment-677624038


   @CarterLi 
   ```js
   option = {
       // Set this to avoid the issue.
       hoverLayerThreshold: Infinity,
       ...     
   };
   ```
   
   ---
   
   And echarts needs to fix that: 
   1. Disable the feature of hover layer in when the root dom is canvas
   2. Make worker case into the `test/**`.
   


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org