Do not display a point when its value is undefined in radar charts
Open
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
Assessment
This issue has not been assessed yet.