Published
Edited
Jan 6, 2022
1 star
Also listed in…
Sanzo Wada colours
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
tenthousand = d3.range(10000).map(d => {
const update = loop
return coloursHex[random.randomInt(coloursHex.length -1)()]
})
Insert cell
coloursHex = colours.filter(d => d.swatch !== 5).map(d => d.hex)
Insert cell
random = require("d3-random")
Insert cell
Insert cell
Insert cell
Insert cell
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=PT+Sans&display=swap" rel="stylesheet">

<style>
text {
font-family: 'PT Sans', sans-serif;
font-weight: 400;
}
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