Scatter Plot — First Visual
This project is a first prototype (“first visual”) for my
dataset.
Dataset & Source
Columns used
- X: Year (parsed as time)
- Y: life_expectancy (years)
- (Optional) Filtered to a single country for clarity.
Forked from “Basic Scatter Plot with React & D3” by Curran
Kelleher.
Iteration Notes
- Converted scatter → line chart to suit time series.
- Added axes & axis labels; colored lines by country with
inline labels.
- Data: UN WPP via Our World in Data (life expectancy by
country/year, 2000+). Source:
https://ourworldindata.org/life-expectancy Columns used:
Entity, Year, life_expectancy