Skip to main content

VroomChart()

function VroomChart(props): Element;

Source: react-native/src/VroomChart.tsx:59

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, bollingerBands, ichimoku, and more), colors (theme), and events (onCrosshair, onViewportChange) are configured through props.

Parameters

ParameterType
propsVroomChartProps

Returns

Element

See

VroomChartProps for the full prop reference.