Split Line
SplitLine.RdConfiguration for grid split lines perpendicular to the axis.
Usage
SplitLine(
show = NULL,
interval = NULL,
show_min_line = NULL,
show_max_line = NULL,
line_style = NULL
)Arguments
- show
Optional Logical: Whether to show split lines.
- interval
Optional Numeric or Character {"auto"}: Split-line interval.
- show_min_line
Optional Logical: Whether to show the split line at the minimum end.
- show_max_line
Optional Logical: Whether to show the split line at the maximum end.
- line_style
Optional LineStyle: Line styling.
Details
Corresponds to SplitLineOption in src/coord/axisCommonTypes.ts (line 353).
ECharts docs: https://echarts.apache.org/en/option.html#xAxis.splitLine