Published
Edited
Aug 16, 2020
4 stars
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
costs_sv = Object.entries(costs).map(([k,[costL1,costL2]]) => {
const [group, name] = k.split(' | ', 2);
return { group, name, costL1, costL2, selected: false, requests: 0 };
})
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