Optional ReadonlybodyBody width as a fraction of the candle slot (0–1). Omitted ⇒ 0.8.
ReadonlyfallingFalling candle (close < open) — body + wick colours.
Optional ReadonlyneutralDoji (open === close) — body + wick colours; falls back to rising if unset.
ReadonlyrisingRising candle (close > open) — body + wick colours. Also the single colour
under colorBy='series'.
ReadonlywickWick / OHLC-bar stroke width in px.
A resolved candlestick style (Candlestick). A candle is unreadable in one colour — rising vs falling must differ to mean anything — so the style is a pair:
rising(close > open) andfalling(close < open), each abody(the open→close rectangle / the OHLC bar) and awick(the high–low line / the bar's stem).neutralstyles a doji (open === close); it falls back torisingwhen unset.bodyWidthis the body's fraction of the candle slot (0–1; the wick always sits at the slot centre) — omitted ⇒0.8.wickWidthis the wick / bar stroke width in px.With
colorBy='series'the direction split is bypassed and every candle draws in therisingcolours (one colour = one series, for a candle sitting beside coloured lines).