Docs / Distribution

Candlestick

Pro

OHLC financial data as candlesticks over a time axis.

Example

blade
<chart:candlestick
    :categories="['Mon', 'Tue', 'Wed']"
    :series="[[20, 34, 10, 38], [40, 35, 30, 50], [31, 38, 33, 44]]"
/>

Props

Prop Type Default Description
categories array [] x-axis labels.
series array [] [open, close, low, high] arrays.

Plus the common props (height, theme, model, class).

This is a Pro component

Unlock it and every other Pro chart with a one-time license.

Get WireCharts Pro