Public
Edited
Apr 4, 2024
2 stars
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
treeData = table2Tree(selected, groupBy)
Insert cell
dataDefault = d3.csv(
"https://media.githubusercontent.com/media/MuseumofModernArt/collection/main/Artists.csv",
d3.autoType
)
Insert cell
color = d3.scaleSequential([8, 0], d3.interpolateViridis)
Insert cell
import { dataInput } from "@john-guerra/data-input"
Insert cell
import { table2Tree } from "@john-guerra/table-2-tree"
Insert cell
import { navio } from "@john-guerra/navio"
Insert cell
import { chart } with {
height,
treeData as data,
color
} from "@d3/nested-treemap"
Insert cell
import { multiAutoSelect } from "@john-guerra/multi-auto-select"
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