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

Text shadow is not working on visualMap #14440

Closed
Clarkkkk opened this issue Mar 9, 2021 · 2 comments · Fixed by #16679
Closed

Text shadow is not working on visualMap #14440

Clarkkkk opened this issue Mar 9, 2021 · 2 comments · Fixed by #16679
Labels
bug difficulty: easy Issues that can be fixed more easily than the average. en This issue is in English resolved topic: visualMap

Comments

@Clarkkkk
Copy link

Clarkkkk commented Mar 9, 2021

Version

5.0.1

Reproduction link

https://jsfiddle.net/x4Lf09tm/

Steps to reproduce

Set the text shadow on visualMap:

visualMap: {
  textStyle: {
    color: '#000',
    textShadowColor: '#000',
    textShadowBlur: 2,
  }
}

What is expected?

The text has shadow on it.

What is actually happening?

No shadow on the text.

@echarts-bot
Copy link

echarts-bot bot commented Mar 9, 2021

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 [email protected]. Please attach the issue link if it's a technical question.

If you are interested in the project, you may also subscribe our mailing 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: community labels Mar 9, 2021
@echarts-bot
Copy link

echarts-bot bot commented Mar 12, 2022

This issue is labeled with difficulty: easy.
@Clarkkkk Would you like to debug it by yourself? This is a quicker way to get your problem fixed. Or you may wait for the community to fix.

Please have a look at How to debug ECharts if you'd like to give a try. 🤓

@plainheart plainheart added difficulty: easy Issues that can be fixed more easily than the average. topic: visualMap and removed pending We are not sure about whether this is a bug/new feature. waiting-for: community labels Mar 12, 2022
fuchunhui added a commit to fuchunhui/echarts that referenced this issue Mar 14, 2022
fuchunhui added a commit to fuchunhui/echarts that referenced this issue Mar 15, 2022
pissang added a commit that referenced this issue Mar 17, 2022
fix(visualmap): add textShadowColor, make text shadow work on visualMap. close #14440
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug difficulty: easy Issues that can be fixed more easily than the average. en This issue is in English resolved topic: visualMap
Projects
None yet
2 participants