Public
Edited
May 18
Fork of Word Cloud
Insert cell
Insert cell
Insert cell
Insert cell
fontFamily = "sans-serif"
Insert cell
fontScale = 2
Insert cell
rotate = () => 0 // () => (~~(Math.random() * 6) - 3) * 30
Insert cell
padding = 0
Insert cell
height = 700
Insert cell
test = Object.assign(d3.csvParse(await FileAttachment("Lemberg@3.csv").text(), ({name :text, value: value}) => ({text, value: +value})))
Insert cell
d3 = {
const d3 = await require("d3@5", "d3-array@2");
d3.cloud = await require("d3-cloud@1");
return d3;
}
Insert cell
Lemberg@3.csv
Type Table, then Shift-Enter. Ctrl-space for more options.

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