1 comment (1 comment)0 reactions (0 reactions)2 assignees (2 assignees)TypeScript1,800 stars (1,800 stars)212 forks (212 forks)user submission
good first issue
Description
What problem does this feature solve?
resize的时候能动态修改label的位置
What does the proposed API look like?
dx和dy支持函数
- Issue type
- feature
- Research direction
- Examine the VChart source code, specifically the markArea label rendering logic (likely in packages/vchart/src/component/mark area/). Look for how dx and dy are currently used; they are likely numeric values. The task is to modify them to accept functions that return numbers. Check other similar properties in VChart that already support function types as a pattern. Since the issue has two assignees, check their progress and coordinate contributions. There are no linked PRs yet.