Skip to content

[Feature] Adding border color change to VisualMapComponent #20353

@JuliaCwynar

Description

@JuliaCwynar

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'],
},
]
};

Metadata

Metadata

Assignees

No one assigned

    Labels

    enThis issue is in Englishnew-featurependingWe are not sure about whether this is a bug/new feature.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions