Scatter Live Macro Relationship (U.S. Unemployment vs Inflation)
Live Preview
Concept reference from Fizz Studio demo pattern: ParaCharts demo index
Scenario
Track the relationship between unemployment and inflation across recent monthly observations in the United States.
Data Source And Refresh
- Sources: BLS series
LNS14000000and FRED seriesCPIAUCSL. - Source URLs: https://data.bls.gov/timeseries/LNS14000000 and https://fred.stlouisfed.org/series/CPIAUCSL
- Refresh cadence: Monthly via GitHub Actions cache update workflow.
- Data continuity: This page will continue updating while BLS and FRED publish compatible data.
When To Use
Use a scatter chart when the question is about relationship, clustering, or outliers between two numeric variables.
Manifest
<para-chart manifest="data/manifests/us-macro-scatter.json"></para-chart>
Full manifest (JSON):
- https://raw.githubusercontent.com/mgifford/ParaCharts/main/docs/data/manifests/us-macro-scatter.json
Interpretation Prompts
- Do points cluster around one inflation-unemployment zone, or spread broadly?
- Are there visible outliers that break the typical relationship?
- Does the pattern suggest a trade-off over the observed period?