New to KendoReactStart a free 30-day trial

DateFormats

Interface

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.

Definition

Package:@progress/kendo-react-charts

Properties

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".

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".