apache / apache/echarts

[Feature] Adding border color change to VisualMapComponent

Open
#20,353 1 comment 0 reactions 0 assignees View on GitHub
en new-feature pending
Dominant language
TypeScript
Stars
67.3k
Forks
19.8k
Avg merge
11d 14h
Merged PRs (30d)
8

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

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.