DateFormats
The format that is used to display the labels when they are dates.
The Chart selects the appropriate format for the current baseUnit
.
Setting the format
option of the labels overrides the date formats.
days?
string
The provided format when the axis baseUnit
is set to "days"
.
hours?
string
The provided format when the axis baseUnit
is set to "hours"
.
milliseconds?
string
The provided format when the axis baseUnit
is set to "milliseconds"
.
minutes?
string
The provided format when the axis baseUnit
is set to "minutes"
.
months?
string
The provided format when the axis baseUnit
is set to "months"
.
seconds?
string
The provided format when the axis baseUnit
is set to "seconds"
.
weeks?
string
The provided format when the axis baseUnit
is set to "weeks"
.
years?
string
The provided format when the axis baseUnit
is set to "years"
.