Radial Area Chart
A Radial Area Chart in REAVIZ is a variation of the Area Chart. While a standard area chart displays quantitative data graphically, a radial area chart presents this data in a circular layout. The area between the axis and line is commonly emphasized with colors, textures, and hatchings. Radial Area Charts can represent cumulative totals over time or display categories.
When to use:
- Visualize Cumulative Totals: Ideal for displaying cumulative data over time or categories.
- Highlight Trends: Useful for highlighting trends and patterns in data.
- Show Categories in a Circular Layout: Great for visualizing data categories in a radial format.
Quick Start
To create a Radial Area chart, use import the RadialAreaChart and give it data. The chart
will automatically configure itself with the default options exposed via props.
Examples
API
RadialAreaChartΒ
RadialAreaSeriesΒ
RadialAreaΒ
RadialLineΒ
RadialPointSeriesΒ
Last updated on