dateFormat must not have ':'

This commit is contained in:
Aniston
2021-04-21 01:29:12 +02:00
committed by GitHub
parent 2fd7992b0e
commit 9734bfc4a0

View File

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