apache / apache/echarts

Do not display a point when its value is undefined in radar charts

Open
#14,886 6 comments 6 reactions 0 assignees View on GitHub
en new-feature pending waiting-for: community
Dominant language
TypeScript
Stars
67.3k
Forks
19.8k
Avg merge
11d 14h
Merged PRs (30d)
8

Description

### What problem does this feature solve?
NaN, undefined, null etc. are displayed as zero in radar charts, making it impossible to tell whether the value is actually zero or is missing.

I would like it if the point was skipped, and the two points on either side of it were joined with a straight line.

### What does the proposed API look like?
series-radar.connectNulls: true
series-radar.nullsToZero: false

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.