Version
4.2.1
Reproduction link
https://codepen.io/icksky/pen/KKPWQrp
Steps to reproduce
- mouse hover the item (name as A);
- unselected the items which color same as A;
- mouse enter A and mouse leave;
What is expected?
the color of A is transparent when mouse leave
What is actually happening?
the color of A is not transparent
a gif of operations

I guess it is caused by function cacheElementStl in file echarts\lib\util\graphic.js.