Merge pull request #1993 from aniston/patch-1

dateFormat must not have ':'
This commit is contained in:
Knut Sveidqvist
2021-04-25 10:53:28 +02:00
committed by GitHub

View File

@@ -461,7 +461,7 @@ classDiagram
### Gantt
```
gantt
dateFormat :YYYY-MM-DD
dateFormat YYYY-MM-DD
title Adding GANTT diagram functionality to mermaid
excludes :excludes the named dates/days from being included in a charted task..
section A section
@@ -491,7 +491,7 @@ gantt
```mermaid
gantt
dateFormat :YYYY-MM-DD
dateFormat YYYY-MM-DD
title Adding GANTT diagram functionality to mermaid
excludes :excludes the named dates/days from being included in a charted task..
section A section