AxisGridOptions extends AxisItemOptions
subinterfaces ContinuousAxisGridOptions
Axis tick의 위치에 수평 혹은 수직선으로 plot 영역을 구분 표시한다.
visible
기본값이 undefined인데,
visible이 undefined나 null로 지정되면, 축 위치에 따라 visible 여부가 결정된다.
Options
firstVisible: boolean
(opens in a new tab)
시작 값에 표시되는 그리드 선을 표시할 지 여부.
default :undefined
lastVisible: boolean
(opens in a new tab)
끝 값에 표시되는 그리드 선을 표시할 지 여부.
default :x축이면false, y축이면 true.
rows: AxisGridRowsOptions
default :undefined
style: SVGStyles
| string
(opens in a new tab)
스타일셋
또는 css selector
(opens in a new tab).
default :undefined
visible: boolean
(opens in a new tab)
polar 차트인 경우 명시적 false로 지정하지 않으면 true로 해석되고, polar가 아닌 경우 undefined나 null로 지정한 경우 y축 그리드이면 true로 해석되고, x축인 경우 명시적 true로 지정할 때만 표시된다.
default :undefined