[Feature] 依赖线能否提供选项,让连线绘制在taskBar上方?
Open
Nobody has claimed this yet.
feature
- Dominant language
- TypeScript
- Stars
- 3.7k
- Forks
- 486
- Avg merge
- 1d 19h
- Merged PRs (30d)
- 16
Description
What problem does this feature solve?
当taskBar过于密集的时候,依赖线会被遮挡,所以希望在这种情况下能让连线显示在taskBar上方
What does the proposed API look like?
{
type: VTableGantt.TYPES.DependencyType.FinishToStart,
linkedFromTaskKey: 1,
linkedToTaskKey: 2,
overTaskBar: true
}
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.
Research direction
Start by locating the Gantt dependency-line rendering entry point and the code handling VTableGantt.TYPES.DependencyType. Trace how dependency objects are drawn relative to task bars, then determine how the proposed overTaskBar option should affect that ordering. Done means dense task bars no longer obscure dependencies when the option is enabled, while existing behavior remains unchanged by default.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- data-visualization, frontend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100