Published
Edited
Aug 22, 2022
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

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