Bar List
A Bar List is a horizontal bar chart with labels, ideal for comparing quantities and visualizing categorical data. In REAVIZ, the Bar List consists of horizontal bars that represent different categories, each labeled with its corresponding value.
Where to use:
- Compare Quantities: Ideal for comparing different categories.
- Show Rankings: Useful for displaying rankings or ordered lists.
- Visualize Categorical Data: Great for data with distinct categories.
Quick Start
To create a Bar List, use import the BarList and give it data. The chart
will automatically configure itself with the default options exposed via props.
Examples
API
BarListΒ
BarListSeriesΒ
Last updated on