New to Kendo UI for Vue? Start a free 30-day trial
AutoBaseUnitSteps
The provided time-interval steps when baseUnit
is set to either "fit"
or "auto"
.
The axis will try to divide the active period into the smallest possible units
that yield maxDateGroups
or less discrete intervals.
Name | Type | Default | Description |
---|---|---|---|
days? |
|
The preferred interval steps when displaying days. | |
hours? |
|
The preferred interval steps when displaying hours. | |
milliseconds? |
|
The preferred interval steps when displaying milliseconds. | |
minutes? |
|
The preferred interval steps when displaying minutes. | |
months? |
|
The preferred interval steps when displaying months. | |
seconds? |
|
The preferred interval steps when displaying seconds. | |
weeks? |
|
The preferred interval steps when displaying weeks. | |
years? |
|
The preferred interval steps when displaying years. |