AutoBaseUnitSteps
Interface
Specifies the allowed time-interval steps when baseUnit is set to either "fit" or "auto".
Divides the active period into the smallest possible intervals
that do not exceed the set maxDateGroups value.
Definition
Package:@progress/kendo-react-charts
Properties
days?
number[]
Specifies the interval steps when displaying days.
hours?
number[]
Specifies the interval steps when displaying hours.
milliseconds?
number[]
Specifies the interval steps when displaying milliseconds.
minutes?
number[]
Specifies the interval steps when displaying minutes.
months?
number[]
Specifies the interval steps when displaying months.
seconds?
number[]
Specifies the interval steps when displaying seconds.
weeks?
number[]
Specifies the interval steps when displaying weeks.
years?
number[]
Specifies the interval steps when displaying years.