G6 is a graph visualization framework which provides a set of basic mechanisms. Developers are able to build graph visualization ...
import { Graph } from '@antv/g6'; fetch('https://assets.antv.antgroup.com/g6/dagre-combo.json') .then((res) => res.json()) .then ...