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 2019/10/29 17:06:12 UTC

[GitHub] [incubator-echarts] yufeng04 opened a new pull request #11515: fix bug #9718

yufeng04 opened a new pull request #11515: fix bug #9718
URL: https://github.com/apache/incubator-echarts/pull/11515
 
 
   The [opacity](https://github.com/apache/incubator-echarts/blob/master/src/chart/helper/Symbol.js#L377) of image symbol will be `0` when the legend is unselected. But the `opacity` is still `0` when the legend is selected. The [reason](https://github.com/apache/incubator-echarts/blob/master/src/chart/helper/Symbol.js#L234) is that the style of image symbol isn't reset, so the image symbol will appear when the `opacity` is reset to `null`. Take the emphasis style into consideration,  the `shadowBlur`, `shadowOffsetX`, `shadowOffsetY` and `shadowColor` also should be reset. 

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


With regards,
Apache Git Services

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