Skip to contents

Configuration for axis tick marks.

Usage

AxisTick(
  show = NULL,
  inside = NULL,
  length = NULL,
  align_with_label = NULL,
  line_style = NULL
)

Arguments

show

Optional Logical or Character {"auto"}: Whether to show ticks.

inside

Optional Logical: Whether ticks are inside the grid.

length

Optional Numeric [0, Inf): Tick mark length in pixels.

align_with_label

Optional Logical: Whether to align ticks with labels.

line_style

Optional LineStyle: Line styling.

Details

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