fixed typo in code block

This commit is contained in:
Philipp Schaer 2020-04-27 17:29:22 +02:00 committed by GitHub
parent f2af5ce7eb
commit b975cf3ed4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -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