Public
Edited
Mar 26, 2024
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
drawV4(steps[1])
Insert cell
Insert cell
drawV5(steps[1])
Insert cell
Insert cell
drawV5_Beta(steps[1])
Insert cell
data = {
const data1 = await runG2_Beta();
// await sleep(1000);
// const data2 = await runG2();
await sleep(1000);
const data3 = await runG2_V4();
return [...data1, ...data3];
}
Insert cell
Insert cell
Insert cell
import {
GV4,
G2V4,
G2V5,
G2V5Beta,
sleep,
run,
plot
} from "@antv/benchmarks-of-antv-g2"
Insert cell
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