Published
Edited
Aug 16, 2018
3 forks
4 stars
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
genGetData = length => {
let arr = new Uint8Array(length);
return () => {
for (let i = 0; i < length; i++) {
arr[i] = Math.random() * (1 << 8);
}
return arr;
};
}
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