Interface: CandlestickOptions
Defined in: layers/candlestick.ts:7
Properties
close
close: ArrayLike<number>;Defined in: layers/candlestick.ts:13
downColor?
optional downColor?: string | Color;Defined in: layers/candlestick.ts:19
Close < open color. Default red.
high
high: ArrayLike<number>;Defined in: layers/candlestick.ts:11
low
low: ArrayLike<number>;Defined in: layers/candlestick.ts:12
name?
optional name?: string;Defined in: layers/candlestick.ts:24
open
open: ArrayLike<number>;Defined in: layers/candlestick.ts:10
renderType?
optional renderType?: RenderType;Defined in: layers/candlestick.ts:23
Buffer-usage hint; set "dynamic" when streaming via setData. Default "static".
upColor?
optional upColor?: string | Color;Defined in: layers/candlestick.ts:17
Close ≥ open color. Default green.
wickWidth?
optional wickWidth?: number;Defined in: layers/candlestick.ts:21
Wick thickness in CSS px. Default 1.5.
width?
optional width?: number;Defined in: layers/candlestick.ts:15
Body width in data units. Defaults to 70% of the median spacing.
x
x: ArrayLike<number>;Defined in: layers/candlestick.ts:9
Candle positions (data space — e.g. epoch ms on a time axis).
yAxis?
optional yAxis?: string;Defined in: layers/candlestick.ts:25