Public
Edited
Apr 7, 2023
Insert cell
Insert cell
data = [
{category: "A", value: 10},
{category: "B", value: 15},
{category: "C", value: 8},
{category: "D", value: 20},
];

const margin = {top: 20, right: 20, bottom: 30, left: 40};
const width = 400 - margin.left - margin.right;
const height = 300 - margin.top - margin.bottom;
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