series.type.radar has a priority problem with the reference coordinate system and series.radarId has no reference function or radar.id has no actual meaning
- Dominant language
- TypeScript
- Stars
- 67.3k
- Forks
- 19.8k
- Avg merge
- 11d 14h
- Merged PRs (30d)
- 8
Description
### Version
5.6.0
### Link to Minimal Reproduction
null
### Steps to Reproduce
null
### Current Behavior
1:
This is an error configuration. The error is because series.type.radar first references the x-axis and the y-axis as the coordinate system, which leads to a type error. Therefore, must be removed the x-axis and the y-axis can be rendered, as shown below.
This causes the radar chart to not render with the x0y coordinate system (and more)
2:
The following is a series that tries to use radar.id=1, but the default radarIndex=0 is enabled, so the series.radarId has no reference or radar.id has no meaning.
### Expected Behavior
fix it
### Environment
```markdown
- OS:
- Browser:
- Framework:
```
### Any additional comments?
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.