mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-28 07:03:17 +08:00
Merge pull request #1993 from aniston/patch-1
dateFormat must not have ':'
This commit is contained in:
commit
bad2c82669
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user