AxisGridRowsOptions extends AxisItemOptions
축 그리드 사이에 생성된 영역 표시 설정 모델.
Options
belowColor: string (opens in a new tab)
axis의 baseValue 이전 영역을 칠(fill)하는 데 사용되는 색상.
colors 설정에 따른 칠 이 전에 칠해진다.
default :undefined
colors: Array (opens in a new tab)<string (opens in a new tab)>
각 row를 칠(fill)하는 데 사용되는 색상 스타일들을 지정한다.
칠하지 않는 영역은 null로 지정하면 되고, 개수가 모자라면 반복된다.
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 :true