BubbleChart
Home > @gooddata/sdk-ui-charts > BubbleChart
BubbleChart variable
Bubble chart shows data as bubbles using Cartesian coordinates.
Signature:
BubbleChart: (props: IBubbleChartProps) => React.JSX.Element
Remarks
Bubble charts typically have three measures, one for the X-axis, one for the Y-axis, and one that determines the size of each bubble. The data is sliced by an attribute, with each bubble (an attribute item) noted with a different color.
See IBubbleChartProps to learn how to configure the BubbleChart and the bubble chart documentation for more information.