Unlisted
Edited
Mar 6, 2023
Insert cell
Insert cell
map = ixmaps.embed(
"map2",
{
mapCdn: "https://gjrichter.github.io/ixmaps",
maptype: "Stamen - toner-lite",
width: "95%", height: "1400px", legend: 1, align: "center", mode: "pan", tools: "true", name: "map"
},
(map) =>
map
.view([41.94314874732696, 12.656250000000002], 7)
.attribution(attribution)
.require("../../ui/js/tools/tooltip_basic.js")
.options({
scrollSafeSilent: "true",
objectscaling: "dynamic",
normalSizeScale: "100000000",
dynamicScalePow: "6",
panhidden: "false",
basemapopacity: "0.5"
})
.layer(georef)
.layer(chart)
)
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
pivot_obj = pivot(raw_data_obj)
Insert cell
Insert cell
Inputs.Table(pivot_obj.json())
Insert cell
Insert cell
ixmaps = require('https://gjrichter.github.io/ixmaps/ui/js/htmlgui_api.js')
Insert cell
Inputs = require("@observablehq/inputs@0.7.21/dist/inputs.umd.min.js")
Insert cell
Data = require('https://gjrichter.github.io/data.js/data.js')
Insert cell
$ = require('https://code.jquery.com/jquery-3.3.1.min.js')
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