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
commit bad2c82669
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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