Public
Edited
Mar 22, 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.15-alpha.1")
Insert cell
Insert cell
g5 = require("https://unpkg.com/@antv/g@6.0.0")
Insert cell
g5Canvas = require("https://unpkg.com/@antv/g-canvas@2.0.0")
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

One platform to build and deploy the best data apps

Experiment and prototype by building visualizations in live JavaScript notebooks. Collaborate with your team and decide which concepts to build out.
Use Observable Framework to build data apps locally. Use data loaders to build in any language or library, including Python, SQL, and R.
Seamlessly deploy to Observable. Test before you ship, use automatic deploy-on-commit, and ensure your projects are always up-to-date.
Learn more