Public
Edited
Apr 26, 2023
1 fork
Importers
3 stars
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
lineChart(sampleCityData, {
x: "date",
y: "temp_max",

// Optional
width,
yLabel: "↑ Temp.",
yTickFormat: (d) => `${d3.format(".0f")(d)}°C`,
})
Insert cell
Insert cell
Insert cell
lineChart(sampleData, {
x: "date",
y: "temp_max",
grouping: "location",

// Optional
width,
yLabel: "↑ Temp.",
yTickFormat: d => `${d3.format(".0f")(d)}°C`
})
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
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