Public
Edited
Mar 20, 2023
Insert cell
Insert cell
cities = [
// "Municipiul Bucuresti",
// "Ilfov",
// "Iasi",
// "Cluj",
// "Timis",
"Giurgiu",
"Teleorman",
// "Braila",
// "Tulcea",
// "Covasna",
];
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
// Plot.plot({
// marks: [
// // Plot.rectY(FOM104D, Plot.binX({y: "sum"}, {x: "Year", y: "Count", title: (d) => {return d.City + ":" + d.Count;}})),

// Plot.barY(FOM104D, Plot.groupX({y: "sum"}, {
// y: "Count",
// x: "Year",
// fy: "City",
// title:(d) => {return d.City + ":" + d.Count;},
// fill: "City"
// })),
// Plot.ruleY([0]),
// Plot.axisX({tickFormat: (d) => (`${d}`)}),
// ],
// marginLeft: 70,
// width: 1000,
// grid: true,
// })
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