Published
Edited
Oct 6, 2020
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
Insert cell
widthNow = d3.min([768, width]);
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
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
Insert cell
Insert cell
//metadata = getMetadata(odswissId)
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
import {eug_colors} from "@geographic-design/eugene"
Insert cell
import {radio} from "@rohscx/inputs"
Insert cell
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