Published
Edited
Jan 6, 2022
3 stars
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
parsedData = rawData.map(d => ({
...d,
// manipulate the data points, if needed
}))
Insert cell
Histogram(parsedData, {
value: d => d.num_minutes,
label: "Usage (minutes)",
width,
height: 500,
thresholds: 35,
color: "#45aeb1"
})
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