VisActor / VisActor/VTable

[Feature] 依赖线能否提供选项,让连线绘制在taskBar上方?

Open
#4,367 1 comment 0 reactions 0 assignees View on GitHub

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上方

Image
What does the proposed API look like?
  {
    type: VTableGantt.TYPES.DependencyType.FinishToStart,
    linkedFromTaskKey: 1,
    linkedToTaskKey: 2,
    overTaskBar: true
  }

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.