apache / apache/echarts

[Feature] Add labels to continuous visualMap

Open
#19,613 2 comments 0 reactions 0 assignees View on GitHub
en new-feature pending topic: visualMap
Dominant language
TypeScript
Stars
67.3k
Forks
19.8k
Avg merge
11d 14h
Merged PRs (30d)
8

Description

### What problem does this feature solve?

Currently, only two labels can be displayed on either end of the visual map, it would be great if more labels can be added for the intermediate values:

image

### What does the proposed API look like?

```
visualMap: {
type: "continuous",
min: 0,
max: 100,
labels: true,
},
```

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.