mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-28 07:03:17 +08:00
fixed typo in code block
This commit is contained in:
parent
f2af5ce7eb
commit
b975cf3ed4
@ -140,7 +140,7 @@ dateFormat YYYY-MM-DD
|
||||
|
||||
The following formating options are supported:
|
||||
|
||||
```tsc
|
||||
```
|
||||
Input Example Description:
|
||||
YYYY 2014 4 digit year
|
||||
YY 14 2 digit year
|
||||
@ -162,6 +162,7 @@ SS 0..99 Hundreds of a second
|
||||
SSS 0..999 Thousandths of a second
|
||||
Z ZZ +12:00 Offset from UTC as +-HH:mm, +-HHmm, or Z
|
||||
```
|
||||
|
||||
More info in: http://momentjs.com/docs/#/parsing/string-format/
|
||||
|
||||
### Output date format on the axis
|
||||
|
Loading…
x
Reference in New Issue
Block a user