Demo
ModeStream mock data vs. static snapshot
Perf HUDFPS, frame time, draw calls, per-series ms, heap
Display
Value labelLast value pill on y-axis
TooltipOn hover
Info barOHLC values above the chart
CrosshairVertical + horizontal cursor lines
Series
Grid
X axis
Y axis
Background
Animations
import { CandlestickSeries, ChartContainer, Crosshair, InfoBar, XAxis, YAxis, YLabel, catppuccin,} from '@wick-charts/react'; <ChartContainer theme={catppuccin.theme}> <CandlestickSeries id={sid} data={ohlcData} options={{ bodyWidthRatio: 0.6 }} /> <InfoBar /> <YLabel seriesId={sid} /> <Crosshair /> <YAxis /> <XAxis /></ChartContainer>