Skip to content

Scatter

The Scatter Chart displays data points as individual markers on a two-dimensional numeric grid.
Each point’s position is based on two quantitative measures, with an optional third measure determining the bubble size.

Use cases:

  • Revealing correlations, clusters, and outliers between two numeric variables.
  • Performing distribution analysis.
  • Comparing multi-series data points via groups.

βš™οΈ Setup

  1. Drag the Scatter 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 Scatter chart.
  5. Select the Source from which the chart will fetch its data.
  6. Map:
    • Measure (XAxis) β€” Numeric value for the X-axis position of each point.
    • Measure (YAxis) β€” Numeric value for the Y-axis position of each point.
    • Measure (Size) β€” (Optional) Numeric value for the marker (bubble) size.
    • Group β€” Categorical field to split data points into multiple series.
    • Dimension β€” (Optional) Categorical label attached to points (e.g., city, region, etc.).
  7. Optionally add a Date field for time-based filtering.

πŸ“Š Basic Configuration

Configuration ItemDescription
SourceThe data source to query for chart values.
Measure (XAxis)Numeric value for the X-axis position of each marker.
Measure (YAxis)Numeric value for the Y-axis position of each marker.
Measure (Size)(Optional) Numeric value controlling the size of each marker.
GroupGrouping field to split points into multiple colored series.
Dimension(Optional) Label assigned to individual points.
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 data points by value or category.
GridManage padding and grid layout for the chart canvas.
LegendShow/hide, position, and format for series legends.
HeatMapApply color gradients based on value ranges.
XAxisCustomize X-axis scale, formatting, and log scale options.
YAxisCustomize Y-axis scale, formatting, and log scale options.
SeriesConfigure scatter markers, colors, opacity, and style.
TooltipTooltip content, format, and triggers.
OthersSet Min/Max Symbol Size and control bubble sizing criteria via Size On (choose between Size, XAxis, or YAxis measure).

πŸ“Š Example Visualization

scatter chart