Demo
ModeStream mock data vs. static snapshot
DataMock generator used by the live preview
Perf HUDFPS, frame time, draw calls, per-series ms, heap
Display
Info barSeries values above the chart
CrosshairVertical + horizontal cursor lines
Series
Tooltip
Legend
Grid
X axis
Y axis
Background
Animations
import { ChartContainer, Crosshair, InfoBar, Legend, LineSeries, Tooltip, XAxis, YAxis, catppuccin,} from '@wick-charts/react'; <ChartContainer theme={catppuccin.theme}> <LineSeries data={data} options={{ pulse: true, area: { visible: true } }} /> <InfoBar sort="desc" /> <Tooltip sort="desc" /> <Crosshair /> <YAxis /> <XAxis /> <Legend /></ChartContainer>