Function: VroomChart()
function VroomChart(props): Element;
Defined in: react-native/src/VroomChart.tsx:36
Skia-rendered candlestick chart. Pass OHLCV candles and size it via style
(it fills its parent by default). Pan to scroll, pinch to zoom, drag the
price/time axes to rescale, and long-press for the crosshair. Optional
indicators (rsi, macd, movingAverages, vwap), colors (theme), and
events (onCrosshair, onViewportChange) are configured through props.
Parameters
| Parameter | Type |
|---|---|
props | VroomChartProps |
Returns
Element
See
VroomChartProps for the full prop reference.