【雷达图】无法根据不同的类型数据 设置坐标轴的 min, max值
- Dominant language
- JavaScript
- Stars
- 8k
- Forks
- 637
- PR merge metrics
- No merged PRs in 30d
Description
- [ ] I have searched the [issues](https://github.com/antvis/f2/issues) of this repository and believe that this is not a duplicate.
### What problem does this feature solve?
例如数据格式为:[{name:A,value: 30, max: 100}, {name: B, value: 120, max: 200}]。
需要实现scale(A: {min: 0, max: 100}, B: {min: 0, max: 200});
### What does the proposed API look like?
Contributor guide
Research direction
No implementation files or tests are named. Start by locating the radar chart's scale configuration and how category data is mapped to axes, then determine whether the proposed per-category min and max behavior fits the existing API. Done means the example data applies min 0 and the corresponding max independently for A and B, with coverage for that behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- data-visualization
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 30/100