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 2021/05/06 07:38:13 UTC

[GitHub] [echarts] pissang edited a comment on issue #14875: [Perf] High CPU overload and user interaction freezed in SVG map (canvas & svg)

pissang edited a comment on issue #14875:
URL: https://github.com/apache/echarts/issues/14875#issuecomment-833301070


   @plainheart 
   
   `zr_100000` is a special `zlevel` that provided to the hover layer.
   
   SVG rendering mode is not good at animation performance because each frame it needs to find out which DOM needs to be updated and manipulate the attributes of DOM. Even if we did lots of optimizations, it's still not as fast as Canvas. Especially in a case like this map which has lots of elements. The advance of SVG rendering mode is reducing the memory usage on mobile devices.


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