Public
Edited
Oct 5, 2023
Fork of Radial lines
1 fork
Insert cell
Insert cell
Insert cell
generateNodes = (cat, i) => {
return d3.range(cat)
.map((d) => {return {
color: color(i)
}})
}
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
color = d3.scaleOrdinal(d3.schemeTableau10)

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