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=' time']

type 'time'
Axis type identifier.
parentLevel AgTimeAxisParentLevel
Options for labels and ticks for the parent level intervals.
crossLines AgCartesianCrossLineOptions[]
Add cross-lines or regions corresponding to data values.
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.
nice boolean
If `true`, the range will be rounded up to ensure nice equal spacing between the ticks. __Note:__ This does not override the `min` or `max` options.
interval AgAxisContinuousIntervalOptions
Configuration for the axis ticks interval. A unit keyword (or number), or an object describing the interval.
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.