import { Graph } from '@antv/g6'; fetch('https://assets.antv.antgroup.com/g6/dagre-combo.json') .then((res) => res.json()) .then((data) => { data = { "nodes": [ { "id ...
See the sources of the g6-v5 poc. Built with Rsbuild 1.0.2. G6 Documentation for v5 at the time of the test: https://g6.antv.vision/en/docs/manual/introduction Let's ...