Published
Edited
Jan 19, 2021
Insert cell
Insert cell
Insert cell
Insert cell
// data_url = 'https://cors-anywhere.herokuapp.com/https://docs.google.com/spreadsheets/d/e/2PACX-1vQDAxYS4FQ8xI1ki5m87wwQ7ZOC3vexYrioGTlxhhGIIUiF38lCLeuynd2XfTy6H4vKj9FrlaCbi5JG/pub?gid=2092858221&single=true&output=tsv'
Insert cell
/*data_figures = {
let objects = [];
const spreadsheet = await d3
.tsv(data_url)
.then(data => data.forEach(d => objects.push(d)));
return objects;
}*/
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
d3 = require("d3@5")
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