Skip to main content

Scatter Widget

Scatter Widget

Overview

The Scatter widget displays points in a coordinate system where X and Y axes represent different variables. It's perfect for identifying correlations between variables, detecting outliers and uncovering trends and patterns in data.

Use Cases

  • Correlation Analysis - Identify relationships between two variables
  • Outlier Detection - Spot anomalous data points
  • Pattern Recognition - Discover clusters and trends
  • Quality Control - Plot measurements against specifications
  • Multi-Variable Analysis - Analyze relationships between metrics

Key Features

  • X-Y coordinate plotting
  • Multiple data series
  • Trend line support
  • Zoom and pan capabilities
  • Point labeling
  • Color-coded series

Configuration

Basic Settings

FieldRequiredDescription
Title❌ NoDisplay name for the widget
Thing✅ YesSelect Thing to display data from (not required for ThingType dashboards)
Timeframe✅ YesTime range (from/to) for data display
Measures✅ YesAdd measures to display as scatter points. Each measure requires: measure ID, aggregation and color

Chart Settings

FieldRequiredDescription
Y-Axis Min❌ NoMinimum value for Y-axis
Y-Axis Max❌ NoMaximum value for Y-axis
Gapfill❌ NoHandle missing data (NONE, TIME, LOCF)
Bucket type✅ YesChoose 'dynamic' or 'fixed' time bucket aggregation
Bucketsize / Data density✅ YesAggregation interval (depends on bucket type)
Thresholds❌ NoDefine threshold lines with colors and values

Display Options

FieldRequiredDescription
Show chart markers❌ NoDisplay data point markers
Zoom allowed❌ NoEnable zoom functionality (default: true)
Show Table❌ NoDisplay data in table format below the chart
Display mode❌ NoChoose chart, table, or split view
Override❌ NoUse widget-specific time settings instead of dashboard defaults
Transparent❌ NoRemove widget background
Border color❌ NoCustom border color
Background Color❌ NoCustom background color

Best Practices

  1. Variable Selection - Choose variables with potential relationships
  2. Scale Appropriately - Set axis ranges to highlight patterns
  3. Multiple Series - Use colors to distinguish data series
  4. Outlier Analysis - Investigate outliers for insights

What's Next?