API
PieSeriesDepthOptions

PieSeriesDepthOptions extends ChartItemOptions

pie 시리즈 깊이 설정 옵션.

Options

length: number (opens in a new tab)

깊이의 길이, 즉 원호들의 두께를 지정한다.
0 이하로 지정하면 무시된다.

default :25

ratio: number (opens in a new tab)

depth가 지정된 경우 시리즈 타원의 비율.
0.3 ~ 0.8 사이의 값으로 조정된다.

default :0.6

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