apache / apache/echarts

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

Open
#21,137 1 comment 0 reactions 0 assignees View on GitHub
bug
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:
Image
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.

Image

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.

Image

### Expected Behavior

fix it

### Environment

```markdown
- OS:
- Browser:
- Framework:
```

### Any additional comments?

_No response_

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.