Published unlisted
Edited
Sep 6, 2022
Fork of Dashboard
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
cellA = new Cell(grid.querySelector("[name=a]"))
Insert cell
cellB = new Cell(grid.querySelector("[name=b]"))
Insert cell
cellC = new Cell(grid.querySelector("[name=c]"))
Insert cell
widthA = cellA.width
Insert cell
widthB = cellB.width
Insert cell
widthC = cellC.width
Insert cell
heightA = cellA.height
Insert cell
heightB = cellB.height
Insert cell
heightC = cellC.height
Insert cell
Insert cell
chartA = viewof selectionA
Insert cell
import {viewof selection as selectionA} with {widthA, heightA} from "e92ee4710f38237f"
Insert cell
Insert cell
chartB = selectionB
Insert cell
import {selected as selectionB} with {selectionA as selection, widthB, heightB} from "e92ee4710f38237f"
Insert cell
Insert cell
import {chart as chartC} with {widthC as width, heightC as height} from "@d3/band-chart@129"
Insert cell
cellA.embed(chartA)
Insert cell
cellB.embed(chartB)
Insert cell
cellC.embed(chartC)
Insert cell

One platform to build and deploy the best data apps

Experiment and prototype by building visualizations in live JavaScript notebooks. Collaborate with your team and decide which concepts to build out.
Use Observable Framework to build data apps locally. Use data loaders to build in any language or library, including Python, SQL, and R.
Seamlessly deploy to Observable. Test before you ship, use automatic deploy-on-commit, and ensure your projects are always up-to-date.
Learn more