Public
Edited
Jun 27, 2023
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
schools
Type Table, then Shift-Enter. Ctrl-space for more options.

Insert cell
Plot.plot({
x: { domain: [new Date("2023-06-07"), new Date("2023-08-21")] },
y: { nice: true },
marks: [
Plot.line(
[
[new Date(), 0],
[new Date("2023-08-21"), 3968]
],
{ stroke: "red" }
)
]
})
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