#552 Adding docs

This commit is contained in:
Knut Sveidqvist 2019-12-11 21:28:07 +01:00
parent fcf20215a6
commit 52d84a99ac
1 changed files with 14 additions and 0 deletions

View File

@ -87,6 +87,20 @@ gantt
Add another diagram to demo page :48h
```
It is possible to set multiple depenendenies separated by space:
```
gantt
apple :a, 2017-07-20, 1w
banana :crit, b, 2017-07-23, 1d
cherry :active, c, after b a, 1d
```
```
gantt
apple :a, 2017-07-20, 1w
banana :crit, b, 2017-07-23, 1d
cherry :active, c, after b a, 1d
```
### Title
Tbd