BarList
Horizontal bar list for ranking data. Renders semantic HTML (not SVG) with animated bars, configurable label/value positions, sorting, and percentage mode.
Import
import { BarList, BarListSeries } from 'reaviz';
BarList Props
| Prop | Type | Default | Description |
|---|---|---|---|
data | ChartShallowDataShape[] | [] | Chart data |
type | 'count' | 'percent' | 'count' | Value scaling — count scales to max value, percent |
[Description truncada. Veja o README completo no GitHub.]