Line Trend Example (U.S. Median Age)
Live Preview
Concept reference from Fizz Studio demo: ParaCharts demo line chart
Scenario
Track U.S. median age over the most recent ACS 1-year releases.
Data Source And Refresh
- Source: U.S. Census ACS 1-year table
B01002_001E. - Source URL: https://api.census.gov/data/2023/acs/acs1?get=NAME,B01002_001E&for=us:1 (example ACS API query).
- Refresh cadence: Monthly via GitHub Actions cache update workflow.
- Data continuity: This page will continue updating while Census publishes compatible data.
When To Use
Use a line chart for ordered time data when directional trend matters.
Manifest
<para-chart manifest="data/manifests/us-median-age-census.json"></para-chart>
Full manifest (JSON):
- https://raw.githubusercontent.com/mgifford/ParaCharts/main/docs/data/manifests/us-median-age-census.json
Interpretation Prompts
- Is median age steadily increasing, or are there flat periods?
- How far does the latest value sit above the earliest value shown?
- Are any years noticeably different from the overall trend?