Public
Edited
Apr 7, 2022
Importers
1 star
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
widthNow = d3.min([768, width]);
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
populationZH = 1536406
Insert cell
Insert cell
Insert cell
Insert cell
hosp = datenZH.map(function(d) {
return d.current_hosp;
})
Insert cell
vent = datenZH.map(function(d) {
return d.current_vent;
})
Insert cell
diffsHosp = hosp
.slice(1)
.map((x, i) => x - hosp[i])
.slice(-7)
Insert cell
diffsVent = vent
.slice(1)
.map((x, i) => x - vent[i])
.slice(-7)
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
//metadata = getMetadata(odswissId)
Insert cell
Insert cell
Insert cell
import {radio} from "@rohscx/inputs"
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