Published
Edited
Feb 4, 2022
1 fork
Insert cell
Insert cell
Insert cell
cf = crossfilter(data)
Insert cell
Insert cell
cf.size()
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
chartLocalidad = BarChart(localidad.group().all(), {
width,
x: d => d.key,
y: d => d.value,
marginLeft: 48,
marginBottom: 64,
xLabel: "↑ Localidad",
yLabel: "↑ Casos",
xLabelRotation: -30
});
Insert cell
Insert cell
Insert cell
import {BarChart} from "@ggojedap/bar-chart"
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