[Feature] 甘特图能否支持填充柄
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?
甘特图开启填充柄配置 excelOptions: {fillHandle: true}后, 之后table部分有填充柄的功能,甘特图的表格部分不能用填充柄,能否支持甘特图也可以用填充柄,使用填充柄选定时间范围创建任务?目前创建任务只能点击单个单元格,但是CREATE_TASK_SCHEDULE的事件中是定义了endDate,这个endDate在什么情况是在什么情况下会有值,我点击单元格创建的时候,event的值中只有startDate是当前单元格的时间,并没有endDate这个参数
What does the proposed API look like?
希望在甘特图上有填充柄的形式创建任务
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 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