Public
Edited
Dec 15, 2022
2 forks
8 stars
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
x = d3.scaleBand()
.range([0, width])
.domain(data.map(d => d.t))
Insert cell
Insert cell
Insert cell
t = d3.scaleTime()
.range([0, width])
.domain([
d3.min(data, d => d.t),
d3.timeMonth.ceil(+d3.max(data, d => d.t)+1)
])
Insert cell
Insert cell
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