Published
Edited
Feb 7, 2022
Insert cell
aapl = FileAttachment("aapl.csv").csv({typed: true})
Insert cell
Plot.plot({
x: {
type: "time",
domain: [d3.min(aapl, d => d.Date), new Date()],
},
marks: [
Plot.line(aapl, {x: "Date", y: "Close"})
]
})
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