Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

custom item's fill color error when mouse leave item #11103

Closed
icksky opened this issue Aug 26, 2019 · 3 comments · Fixed by #11198, OpenTMI/opentmi-default-gui#32 or DeviaVir/zenbot#2011 · May be fixed by dyna-dot/iClient-JavaScript-s#1
Closed
Assignees
Labels
bug en This issue is in English
Milestone

Comments

@icksky
Copy link

icksky commented Aug 26, 2019

Version

4.2.1

Reproduction link

https://codepen.io/icksky/pen/KKPWQrp

Steps to reproduce

  1. mouse hover the item (name as A);
  2. unselected the items which color same as A;
  3. 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
echarts_bug_report


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

@echarts-bot
Copy link

echarts-bot bot commented Aug 26, 2019

Hi! We've received your issue and please be patient to get responded. 🎉
The average response time is expected to be within one day for weekdays.

In the meanwhile, please make sure that you have posted enough image to demo your request. You may also check out the API and chart option to get the answer.

If you don't get helped for a long time (over a week) or have an urgent question to ask, you may also send an email to dev@echarts.apache.org .

If you are interested in the project, you may also subscribe our mail list.

Have a nice day! 🍵

@echarts-bot echarts-bot bot added bug en This issue is in English pending We are not sure about whether this is a bug/new feature. waiting-for-help labels Aug 26, 2019
@yufeng04
Copy link
Contributor

#11102

@Ovilia Ovilia removed pending We are not sure about whether this is a bug/new feature. waiting-for-help labels Aug 27, 2019
@Ovilia
Copy link
Contributor

Ovilia commented Aug 27, 2019

Seems to be a bug. Thanks for reporting.

@Ovilia Ovilia added this to the 4.4.0 milestone Aug 27, 2019
@100pah 100pah self-assigned this Aug 30, 2019
100pah added a commit that referenced this issue Sep 9, 2019
…ot cache in hover state, otherwise the previous cache will be not reset and the previous hover style will remain; fix #11103.
100pah added a commit that referenced this issue Sep 9, 2019
…ot cache in hover state, otherwise the previous cache will be not reset and the previous hover style will remain; fix #11103.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment