Published
Edited
Sep 30, 2021
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
data = {
const tmp = [];
for (let i = 0; i < 20; i++){
tmp.push({
a: Math.random(),
b:Math.random(),
c:Math.random()
});
}
return tmp;
}
Insert cell
Insert cell
// your graph here

Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
vegaData
Insert cell
Insert cell
// phase of flight x damage graph here

Insert cell
Insert cell
Insert cell
Insert cell
// filtered graph here

Insert cell
Insert cell
Insert cell
Insert cell
// free-form graph here
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
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