antvis / antvis/F2

【雷达图】无法根据不同的类型数据 设置坐标轴的 min, max值

Open
#1,149 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.