Public
Edited
Apr 13, 2023
Insert cell
Insert cell
data = [

{
name: "Simon",
score: 80
},
{
name: "Abena",
score: 90
},
{
name: "Amy",
score: 60
},
{
name: "Komla",
score: 40
}
];
Insert cell
width = 800;
Insert cell
height = 400;
Insert cell
margin = {
top: 50
};
Insert cell
Insert cell
d3 = require("d3")
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