Public
Edited
Nov 19, 2023
Insert cell
Insert cell
import {customFont} from "@gapminder/a-simple-linechart"
Insert cell
customFont
Insert cell
Insert cell
Plot.plot({
width: 800,
marginBottom: 100,
y: {ticks: [], label: "", labelArrow: "none"},
x: {label: "", labelArrow: "none", fontVariant},
style: {fontFamily: "Rubik", fontWeight: 300, fontSize: 48},
marks: [
Plot.ruleY([0]),
Plot.lineY(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