Published
Edited
Aug 22, 2022
Also listed in…
D3
Web Components
H3
Insert cell
Insert cell
Insert cell
areasCurrentForm = [ "80abfffffffffff", "80e1fffffffffff", "80a5fffffffffff",
"8035fffffffffff", "801ffffffffffff" ]
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
areaFutureFormTarget = [
{ area: "80abfffffffffff", title: "New Board", style: "highlighted" },
{ area: "80e1fffffffffff", title: "Existing Board 01", style: "normal" },
{ area: "80a5fffffffffff", title: "Existing Board 02", style: "normal" },
{ area: "8035fffffffffff", title: "Existing Board 03", style: "normal" },
{ area: "801ffffffffffff", title: "Existing Board 04", style: "normal" }
]
Insert cell
Insert cell
Insert cell
areaFutureFormAlt01 = [
[ "80abfffffffffff", "80a5fffffffffff", "8035fffffffffff", "801ffffffffffff" ],
[ "80e1fffffffffff" ]
]
Insert cell
Insert cell
areasFutureFormAlt02 = ({
g1: [ "80abfffffffffff", "80a5fffffffffff", "8035fffffffffff", "801ffffffffffff" ],
g2: [ "80e1fffffffffff" ]
})

Insert cell
areasFutureFormAlt03 = ({
g1: {
title: "Existing boards", style: "normal",
areas: [ "80abfffffffffff", "80e1fffffffffff", "80a5fffffffffff", "8035fffffffffff", "801ffffffffffff" ] },
g2: {
title: "New board", style: "highlighted",
areas: [ "80abfffffffffff" ] },
})
Insert cell
areasFutureFormAlt04 = ({
groups: {
g1: { title: "Existing boards", style: "…" },
g2: { title: "New boards", style: "…" }
},
areas: {
g1: [ "80abfffffffffff", "80a5fffffffffff", "8035fffffffffff", "801ffffffffffff" ],
g2: [ "80e1fffffffffff" ]
}
})

Insert cell
Insert cell
Insert cell
import {worldAtlasSrc, H3WorldMap} from "@olange/h3-worldmap"
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