Image
Code

Line Chart

Eri Kim

Last edited Feb 26, 2023
Created on Feb 26, 2023

A line chart visualizing the number of artworks per year using MoMA dataset.

Parsed the x data using timeParse: https://github.com/d3/d3-time-format#timeParse and scaled it using scaleTime().

Reference: https://vizhub.com/curran/d3157d7eff1b4b99b2c591ecc7076ce8

MIT Licensed