1 留言 (1 留言)0 反應 (0 反應)2 負責人 (2 負責人)TypeScript1,800 star (1,800 star)212 fork (212 fork)user submission
good first issue
描述
What problem does this feature solve?
resize的时候能动态修改label的位置
What does the proposed API look like?
dx和dy支持函数
- 議題類型
- feature
- 研究方向
- 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.