susiwen8 edited a comment on issue #10521: Treemap Blinking
URL: 
https://github.com/apache/incubator-echarts/issues/10521#issuecomment-500093202
 
 
   https://github.com/apache/incubator-echarts/blob/master/src/echarts.js#L1666
   
https://github.com/apache/incubator-echarts/blob/master/src/model/globalDefault.js#L78
   https://github.com/ecomfe/zrender/blob/master/src/Painter.js#L336
   Threshold value is 3000, but data count is lager than 3000,  that led the 
zlevel of  hoverlayer will be 10000, which will cover whole section, and that's 
why we saw 'blink'.
   Obviously hoverLayerThreshold is for optimization reason, for this 
particular case, 3000 is not satisfied, but finally hoverLayerThreshold value 
need further discussion.  @Ovilia @100pah

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