Public
Edited
Feb 21, 2023
1 fork
Insert cell
Insert cell
csv = `date,count
2022-12-08,600
2022-12-14,634
2023-01-01,698
2023-01-03,701
2023-01-04,704
2023-01-06,717
2023-01-16,751
2023-01-23,815
2023-01-26,839
2023-02-01,862
2023-02-04,883
2023-02-05,892
2023-02-06,900
2023-02-16,951
2023-02-21,963
`
Insert cell
data = d3.csvParse(csv, d3.autoType)
Insert cell
Insert cell
Insert cell
Plot.plot({
marks: [Plot.line(data, { x: "date", y: "count", marker: "circle" })]
})
Insert cell
Insert cell

Purpose-built for displays of data

Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.
Learn more