Skip to contents

Configuration for minor axis tick marks (between main ticks).

Usage

MinorTick(show = NULL, split_number = NULL, length = NULL, line_style = NULL)

Arguments

show

Optional Logical: Whether to show minor ticks.

split_number

Optional Numeric [0, Inf): Number of minor ticks between two main ticks.

length

Optional Numeric [0, Inf): Minor tick length in pixels.

line_style

Optional LineStyle: Line styling.

Details

Corresponds to MinorTickOption in src/coord/axisCommonTypes.ts (line 346). ECharts docs: https://echarts.apache.org/en/option.html#xAxis.minorTick