AG Studio: Build dashboards using native components in web apps. Join us for a webinar on 28th July at 2pm UTC+1 Register

axes.key[type=' unit-time']

type 'unit-time'
Axis type identifier.
crossLines AgCartesianCrossLineOptions[]
Add cross-lines or regions corresponding to data values.
parentLevel AgTimeAxisParentLevel
Options for labels and ticks for the parent level intervals.
unit AgTimeInterval | AgTimeIntervalUnit
The size of each band. A unit keyword (or number), or an object describing the interval.
interval AgAxisDiscreteTimeIntervalOptions
Configuration for the axis ticks interval.
paddingInner Ratio
The size of the gap between the categories as a proportion, between 0 and 1. This value is a fraction of the “step”, which is the interval between the start of a band and the start of the next band.
paddingOuter Ratio
The padding on the outside i.e. left and right of the first and last category. In association with `paddingInner`, this value can be between 0 and 1.
groupPaddingInner Ratio
This property is for grouped column/bar series plotted on a category axis. It is a proportion between 0 and 1 which determines the size of the gap between the bars or columns within a single group along the axis.
bandHighlight AgBandHighlightOptions
Configuration for the axis band highlight.
bandAlignment AgBandAlignment default: 'justify'
The alignment of bands when used with bar-like series with fixed widths.
skipNullBars boolean default: false
Set to `true` to prevent bars with `null`, `undefined` or missing values from taking up space in each category.
position AgCartesianAxisPosition
The position on the chart where the axis should be rendered.
crossAt AgCartesianAxisCrossAt
Value on the first perpendicular axis' domain where this axis should intersect.
thickness PixelSize
Sets the axis thickness regardless of its content.
maxThicknessRatio Ratio default: 0.3
The maximum thickness of the axis, as a ratio of the chart's width or height depending on axis direction. Used to prevent the axis from growing too large when labels or content are oversized.
title AgCartesianAxisCaptionOptions
Configuration for the title shown next to the axis.
crosshair AgCrosshairOptions
Configuration for the axis crosshair.
context ContextDefault
Context object to use in callbacks.
reverse boolean
Reverse the axis scale domain if `true`.
line AgAxisLineOptions
Configuration for the axis line.
gridLine AgAxisGridLineOptions
Configuration for the axis grid lines.
label AgCartesianTimeAxisLabelOptions
Configuration for the axis labels, shown next to the ticks.
tick AgAxisBaseTickOptions
Configuration for the axis ticks.
min AgTimeValue
The min value for the axis domain.
max AgTimeValue
The max value for the axis domain.
preferredMin AgTimeValue
The min value for the axis, unless extended by the series data or `nice` option.
preferredMax AgTimeValue
The max value for the axis, unless extended by the series data or `nice` option.