Sparkline
Compact inline charts for embedding in dashboards and metric displays. Four variants: line, area, bar, and sonar (diverging stacked bar). All hide axes, gridlines, and labels by default for a minimal appearance.
Import
import {
SparklineChart,
AreaSparklineChart,
BarSparklineChart,
SonarChart
} from 'reaviz';
SparklineChart (Line)
Line sparkline with smooth interpolation, hover points, and no area fill.
Props
Extends LineChart/AreaChart props with
[Description truncada. Veja o README completo no GitHub.]