Radial Scatter Plot
A Radial or Circular Scatter Plot in REAVIZ is used for displaying circular data by wrapping the usual scatter plot around a circle. Each point in the chart is positioned according to its data values, with the distance from the center representing the dataβs magnitude.
Types supported by reaviz:
- Scatter - Displays individual data points in a circular layout.
- Bubble - Similar to scatter, but with points sized according to a third data dimension.
Where to use:
- Display Circular Data: Ideal for representing data in a circular format.
- Visualize Relationships: Useful for visualizing relationships between multiple data points.
- Highlight Data Patterns: Great for identifying patterns and trends in data.
Quick Start
To create a Radial Scatter Plot, use import the RadialScatterPlot and give it data. The chart
will automatically configure itself with the default options exposed via props.
Examples
Scatter
Bubble
API
RadialScatterPlotΒ
RadialScatterSeriesΒ
RadialScatterPointΒ
Last updated on