Published
Edited
May 4, 2020
1 fork
6 stars
AntV Graph View & Editor Example
RemNote Tree & Graph VizRemnote API
Insert cell
md`# AntV Graph View & Editor Example

Minimal example drawn from https://observablehq.com/@jiazhewang/introduction-to-antv
`
Insert cell
Insert cell
Insert cell
md`# Editor`
Insert cell
Insert cell
md`# Lib`
Insert cell
import { collapsedCSS } from "@j-f1/css-template-tag"
Insert cell
G6 = require("@antv/g6@3.4.1");
Insert cell
X6 = require("https://unpkg.com/@antv/x6@0.3.1/dist/x6.min.js");
Insert cell
Insert cell
md`# Data`

Insert cell
data_G6Demo1 = fetch('https://gw.alipayobjects.com/os/antvdemo/assets/data/relations.json').then(response => response.json());
Insert cell
Insert cell
data_L7Demo = fetch("https://gw.alipayobjects.com/os/basement_prod/5592c737-1c70-4d6b-82c1-e74e5a019b04.json")
.then(response => response.json())
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