-
Notifications
You must be signed in to change notification settings - Fork 19.8k
Open
Labels
enThis issue is in EnglishThis issue is in Englishnew-featurependingWe are not sure about whether this is a bug/new feature.We are not sure about whether this is a bug/new feature.
Description
What problem does this feature solve?
This feature will update the border color in charts when VisualMapComponent is used. Currently with VisualMapComponent, the color of border is constant for whole serie, regardless of VisualMapComponent color application. Thus, there is a mismatch between the node and border color.
What does the proposed API look like?
option = {
visualMap: [
{
inRange: {
color: ['blue', '#121122', 'red'],
borderColor: ['blue', '#121122', 'red'],
},
]
};
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enThis issue is in EnglishThis issue is in Englishnew-featurependingWe are not sure about whether this is a bug/new feature.We are not sure about whether this is a bug/new feature.