100pah commented on a change in pull request #11335: fix(graphic): pie 
highlight not triggering
URL: 
https://github.com/apache/incubator-echarts/pull/11335#discussion_r328583297
 
 

 ##########
 File path: src/util/graphic.js
 ##########
 @@ -331,13 +331,14 @@ function singleEnterEmphasis(el) {
     }
 
     var zr = el.__zr;
-    if (el.isGroup || (!zr && el.useHoverLayer)) {
-        return;
-    }
 
     var useHoverLayer = el.useHoverLayer && zr.painter.type === 'canvas';
 
 Review comment:
   should detect whether `zr` exists. 

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