Update gantt.md

This commit is contained in:
Neil Cuzon 2020-03-07 16:21:07 -08:00 committed by GitHub
parent 4caa02474c
commit 5cd54c4831
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
Gannt Charts will record each scheduled task as one continuous bar that extends from the left to the right. The lower axis represents time and the right records the different tasks and their order.
It is important to remember that when a date, day or collection of dates are "excluded", the Gannt Chart will accomodate those changes by extending another day, towards the right, not by creating a gap inside the task.
As shown here [excluded dates without](.docs/img/Gantt-excluded-days-within.png)
As shown here [excluded dates without](https://github.com/NeilCuzon/mermaid/blob/develop/docs/img/Gantt-excluded-days-within.png)
However, if the excluded date/s is between two tasks that are set to start consecutively, the excluded dates will be skipped graphically and left blank, and the following task will begin after the end of the excluded date/s.
As shown here [excluded dates between](.docs/img/Gantt-long-weekend-look.png)