Skip to content

Bubble

The Bubble Chart is a variant of the scatter plot where each data point is visualized as a bubble.
The position of each bubble is determined by a dimension and a measure, while the bubble size can optionally represent a third quantitative value.
Bubble charts can optionally use categorical groups to distinguish series visually and can be oriented both horizontally and vertically.

Use cases:

  • Visualizing relationships between three variables: position (X), value (Y), and bubble size.
  • Displaying distributions and clusters within a dataset.
  • Comparing magnitude, category, and trend in a single visual layout.

βš™οΈ Setup

  1. Drag the Bubble Chart widget from the chart library onto your designer workspace.
  2. Select the chart.
  3. Go to the Widget Configuration tab in the Configuration panel.
  4. Under the Configuration panel tab, select the Basic Configuration option to access essential settings for the Bubble chart.
  5. Select the Source from which the chart will fetch its data.
  6. Map:
    • Measure (Value) β€” Numeric value for bubble positioning on one axis.
    • Measure (Size) β€” (Optional) Numeric value controlling the bubble size.
    • Dimension (Axis) β€” Categorical or sequential value for primary axis labels.
    • Group β€” (Optional) Categorical value to split the bubbles into separate series.
  7. Optionally add a Date field for time-based filtering.

πŸ“Š Basic Configuration

Configuration ItemDescription
SourceThe data source to query for chart values.
Measure (Value)Numeric value determining the bubble’s Y (or X if vertical) position.
Measure (Size)(Optional) Numeric value controlling each bubble’s size.
Dimension (Axis)Categorical or sequential value for the primary axis.
Group(Optional) Grouping field to split the bubble series.
Date Field (optional)Enables date-based filtering and drilldown capability.

🎨 Chart Customizations

CategoryOptions & Description
GeneralTheme, background, border, and interactivity options.
TitleChart title, font, alignment, and visibility settings.
SortingControl sorting of categories.
GridManage padding and chart grid layout.
LegendShow/hide, position, and format for series legends.
HeatMapApply color gradients based on value ranges (bubble color).
Categorical AxisCustomize category axis labels, rotation, and intervals.
Numerical AxisAdjust value axis scale, formatting, and log scale.
SeriesControl bubble fill color, border, opacity, and symbol style.
TooltipTooltip content, format, and triggers.
OthersSet Orientation (Horizontal / Vertical), and bubble size range (min & max).

πŸ“Š Example Visualization

Bubble chart