Public
Edited
Dec 13, 2023
Insert cell
Insert cell
data = [
{
name: "Justus Müller",
revenue: 85_450.0
},
{
name: "ABC Services GmbH",
revenue: 67_190.0
},
{
name: "Aifinyo AG",
revenue: 66_900.0
}
]
Insert cell
Plot.plot({
width,
y: {},
marks: [
Plot.barY(data, {
x: "name",
y: "revenue"
})
]
})
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