Scatter Chart
Reveal correlations and distributions between two continuous variables. Ideal for data exploration and identifying clusters or outliers.
Installation
dotnet add package Lumeo.Charts
One-time app setup (AddLumeo(), CSS & JS) is covered in the
installation guide.
Usage
@using Lumeo <ScatterChart />
Compare two cohorts across the same axes — experience vs. performance score — to spot separation between groups.
Plot customer lifetime value against support ticket volume across three distinct customer segments.
Set a uniform BubbleSize to make individual data points stand out, useful when the x/y position carries all the information.
A single-series view with the legend hidden keeps the chart minimal when context is provided by surrounding copy.
Override the default color palette to match brand or encode semantic meaning (e.g. green = on-track, red = at-risk).