[Feature] [甘特图] 支持时间轴左右侧文本显示
Open
@shufufufu is already working on this.
Since May 7, 2025.
feature
- Dominant language
- TypeScript
- Stars
- 3.7k
- Forks
- 486
- Avg merge
- 1d 19h
- Merged PRs (30d)
- 16
Description
What problem does this feature solve?
针对于里程碑节点或轴较短的节点,没有办法显示完整名称,所以希望可以支持左右侧文本显示,能够允许我动态判断显示
What does the proposed API look like?
左侧文本:LeftLabelText、LeftLabelTextStyle
右侧文本:RightLabelText、RightLabelTextStyle
可与labelText、labelTextStyle一致的方式,或能够支持 (interactionArgs: TaskBarInteractionArgumentType) => string
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.