Bubble Chart
A Bubble Chart visualizes data using circles (βbubblesβ), where the size represents a numerical value, allowing comparison of multiple data points across two axes. It shows three dimensions of data using x and y coordinates for positioning and bubble size for value.
Where to use:
- Show Relationships: Ideal for showing relationships and comparisons between items.
- Display Multiple Data Points: Useful in scientific and statistical data.
- Visualize Patterns: Great for revealing patterns and correlations in data.
Quick Start
To create a bubble chart, use import the BubbleChart and give it data. The chart
will automatically configure itself with the default options exposed via props.
Examples
API
BubbleChartΒ
BubbleSeriesΒ
BubbleΒ
BubbleLabelΒ
Last updated on