API
AxisGridOptions

AxisGridOptions extends AxisItemOptions

subinterfaces ContinuousAxisGridOptions

Axis tick의 위치에 수평 혹은 수직선으로 plot 영역을 구분 표시한다.

visible 기본값이 undefined인데, visible이 undefinednull로 지정되면, 축 위치에 따라 visible 여부가 결정된다.

Options

depthVisible: boolean (opens in a new tab)

depth가 설정된 body의 side panel에 표시할 지 여부.
별도로 지정하지 않으면 visible 설정을 따른다.

default :undefined

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)

default :undefined