Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
luciob authored Feb 29, 2024
1 parent ccf8a32 commit 305c2c6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ For each user interaction with tasks there is a dedicated hook function exposed
### Gantt

In order to create and display connection between tasks is neccesary setting dedicated props:
RelatedTasks is a string array prop of TaskData that contains Ids of related Tasks.
EnableLines is a global prop for the visualization of the connections.
- relatedTasks is a string array prop of TaskData that contains Ids of related Tasks.
- enableLines is a global prop for the visualization of the connections.

In this case OnTasksChange return also array of all tasks id that are inpacted by changed end of a the task at hand, and value of time in milliseconds of this variation.

###By realtedTasks is mean these tasks that their start can depends of the end of the task in question.
⚠️ By relatedTasks is mean these tasks that their start can depends of the end of the task in question.

![gantt](./assets/gantt.png)

Expand Down

0 comments on commit 305c2c6

Please sign in to comment.