mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-19 15:30:03 +02:00
fixed typo in code block
This commit is contained in:
@@ -140,7 +140,7 @@ dateFormat YYYY-MM-DD
|
|||||||
|
|
||||||
The following formating options are supported:
|
The following formating options are supported:
|
||||||
|
|
||||||
```tsc
|
```
|
||||||
Input Example Description:
|
Input Example Description:
|
||||||
YYYY 2014 4 digit year
|
YYYY 2014 4 digit year
|
||||||
YY 14 2 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
|
SSS 0..999 Thousandths of a second
|
||||||
Z ZZ +12:00 Offset from UTC as +-HH:mm, +-HHmm, or Z
|
Z ZZ +12:00 Offset from UTC as +-HH:mm, +-HHmm, or Z
|
||||||
```
|
```
|
||||||
|
|
||||||
More info in: http://momentjs.com/docs/#/parsing/string-format/
|
More info in: http://momentjs.com/docs/#/parsing/string-format/
|
||||||
|
|
||||||
### Output date format on the axis
|
### Output date format on the axis
|
||||||
|
Reference in New Issue
Block a user