-
Notifications
You must be signed in to change notification settings - Fork 19.8k
Text shadow is not working on visualMap #14440
Copy link
Copy link
Closed
Labels
bugdifficulty: easyIssues that can be fixed more easily than the average.Issues that can be fixed more easily than the average.enThis issue is in EnglishThis issue is in Englishresolvedtopic: visualMap
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugdifficulty: easyIssues that can be fixed more easily than the average.Issues that can be fixed more easily than the average.enThis issue is in EnglishThis issue is in Englishresolvedtopic: visualMap