Public
Edited
Mar 15, 2024
1 fork
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
data = {
const data1 = await runG4();
await sleep(1000);
const data2 = await runG5();
await sleep(1000);
const data3 = await runG5Stable();
return [...data1, ...data2, ...data3];
}
Insert cell
Insert cell
Insert cell
Insert cell
g4 = require("https://unpkg.com/@antv/g-canvas@0.5.17")
Insert cell
Insert cell
g5 = require("https://unpkg.com/@antv/g@5.18.25-next.13")
Insert cell
g5Canvas = require("https://unpkg.com/@antv/g-canvas@1.11.27-next.13")
Insert cell
g5_stable = require("https://unpkg.com/@antv/g@5.18.24")
Insert cell
g5Canvas_stable = require("https://unpkg.com/@antv/g-canvas@1.11.26")
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