AxisTickOptions extends AxisItemOptions
subinterfaces ContinuousAxisTickOptions
, CategoryAxisTickOptions
축 tick 표시 방식과 tick 위치 마다 표시되는 선(line) 등에 대한 설정 옵션 기반(base).
축 종류에 따라 다양한 설정 속성들이 존재한다.
const config = {
xAxis: {
tick: {
visible: true,
length: 10
}
},
};
Options
gap: number
(opens in a new tab)
tick 라인과 다른 요소(label이나 title) 사이의 간격.
default :3
length: number
(opens in a new tab)
axis tick line length.
default :7
style: SVGStyles
| string
(opens in a new tab)
스타일셋
또는 css selector
(opens in a new tab).
default :undefined
visible: boolean
(opens in a new tab)
default :false