Skip to content

Documentation / @finchart/core / CandleDrawOptions

Interface: CandleDrawOptions

Defined in: packages/core/src/series/candle-series.ts:45

캔들이 그리는 모양의 선택 — 스타일 토큰이 아니다. StyleSpec의 잎은 색과 수뿐이라 불리언을 CSS 변수로 흉내 내면 잎 타입이 안 맞아 조용히 폴백된다. 그래서 옵션 객체로 온다(baselineSeries·histogramSeries와 같은 선례).

Properties

hollow?

optional hollow?: boolean

Defined in: packages/core/src/series/candle-series.ts:47

상승은 테두리만, 하락은 채운다("hollow candles"). 기본 false.