Candlestick
Candlestick panel - financial OHLC charts.
Use for displaying financial data with open/high/low/close values.
<Candlestick title="Stock Price" mode="candles" upColor="green" downColor="red"> stock_price</Candlestick>| Prop | Type | Default | Description |
|---|---|---|---|
mode | 'candles' | 'volume' | 'both' | - | Mode |
candleStyle | 'candles' | 'ohlcbars' | - | Candle style |
colorStrategy | 'open-close' | 'close-close' | - | Color strategy |
openField | string | - | Open field |
highField | string | - | High field |
lowField | string | - | Low field |
closeField | string | - | Close field |
volumeField | string | - | Volume field |
upColor | string | - | Up color |
downColor | string | - | Down color |
legend | LegendConfig | LegendPlacement | - | Legend configuration |
Inherits from BasePanelProps