Axis Line
AxisLine.RdConfiguration for the axis line itself.
Usage
AxisLine(
show = NULL,
on_zero = NULL,
on_zero_axis_index = NULL,
symbol = NULL,
symbol_size = NULL,
symbol_offset = NULL,
line_style = NULL
)Arguments
- show
Optional Logical or Character {"auto"}: Whether to show the axis line.
- on_zero
Optional Logical: Whether the axis line is on the zero position of the other axis.
- on_zero_axis_index
Optional Numeric
[0, Inf): Index of the other axis on whose zero position this axis line is drawn.- symbol
Optional Character: Arrow symbols at both ends.
- symbol_size
Optional Numeric: Arrow symbol size.
- symbol_offset
Optional Numeric or Character: Arrow symbol offset.
- line_style
Optional LineStyle: Line styling.
Details
Corresponds to AxisLineOption in src/coord/axisCommonTypes.ts (line 231).
ECharts docs: https://echarts.apache.org/en/option.html#xAxis.axisLine