Radial Bar Chart
A Radial or Circular Bar Chart in REAVIZ is used for displaying circular data, which involves wrapping the usual bar chart or histogram around a circle. Each bar in the chart is centered at the middle of the group period, with the length of the bar proportional to the frequency in the group.
Where to use:
- Display Circular Data: Ideal for representing data in a circular format.
- Compare Categories: Useful for comparing categories or data points in a circular layout.
- Visualize Frequency: Great for visualizing the frequency of data points within groups.
Quick Start
To create a Radial Bar chart, use import the RadialBarChart and give it data. The chart
will automatically configure itself with the default options exposed via props.
Examples
API
RadialBarChartΒ
RadialBarSeriesΒ
RadialBarΒ
Last updated on