VisActor / VisActor/VTable

[Feature] 甘特图能否支持填充柄

Open
#3,757 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?

甘特图开启填充柄配置 excelOptions: {fillHandle: true}后, 之后table部分有填充柄的功能,甘特图的表格部分不能用填充柄,能否支持甘特图也可以用填充柄,使用填充柄选定时间范围创建任务?目前创建任务只能点击单个单元格,但是CREATE_TASK_SCHEDULE的事件中是定义了endDate,这个endDate在什么情况是在什么情况下会有值,我点击单元格创建的时候,event的值中只有startDate是当前单元格的时间,并没有endDate这个参数

What does the proposed API look like?

希望在甘特图上有填充柄的形式创建任务

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 tracing the Gantt chart's handling of excelOptions.fillHandle and the CREATE_TASK_SCHEDULE event, especially how startDate and endDate are populated. Compare this with the existing table fill-handle behavior; done means a selected time range can create a Gantt task and the event reports the expected dates.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript
Domain
data-visualization, frontend
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.