axes.key[type=' category']
- type
'category' - Axis type identifier.
- interval
AgAxisCategoryIntervalOptions - 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
AgBandAlignmentdefault: 'justify' - The alignment of bands when used with bar-like series with fixed widths.
- skipNullBars
booleandefault: 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.
- crossLines
AgCartesianCrossLineOptions[] - Add cross-lines or regions corresponding to data values.
- thickness
PixelSize - Sets the axis thickness regardless of its content.
- maxThicknessRatio
Ratiodefault: 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
AgBaseCartesianAxisLabelOptions - Configuration for the axis labels, shown next to the ticks.
- tick
AgAxisBaseTickOptions - Configuration for the axis ticks.
axes.key[type=' category']
- type
'category' - Axis type identifier.
- interval
AgAxisCategoryIntervalOptions - 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
AgBandAlignmentdefault: 'justify' - The alignment of bands when used with bar-like series with fixed widths.
- skipNullBars
booleandefault: 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.
- crossLines
AgCartesianCrossLineOptions[] - Add cross-lines or regions corresponding to data values.
- thickness
PixelSize - Sets the axis thickness regardless of its content.
- maxThicknessRatio
Ratiodefault: 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
AgBaseCartesianAxisLabelOptions - Configuration for the axis labels, shown next to the ticks.
- tick
AgAxisBaseTickOptions - Configuration for the axis ticks.