Public
Edited
Dec 8, 2023
Fork of Star map
5 stars
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
pillarStyle = new g.PillarStyle({
simple: () => spd,
viewSX: vsx,
viewSY: -vsy,
shadowDirection: (-shadDir * Math.PI) / 180.0,
width: (cell, resolution) => pw * resolution,
viewHeightFactor: 1 / vhf,
shadowFactor: shadFac,
height: (cell, resolution, z, max) =>
15 * resolution * scale(cell.ind / max, -d),
viewScale: (cells) => d3.max(cells, (cell) => +cell.ind)
})
Insert cell
scale = g.logarithmicScale(-d)
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
(map.layers = [layer])
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