2024年9月14日

vue2 antv x6 入门 (一)画布、节点、边

摘要: 安装 # npm npm install @antv/x6 --save # yarn yarn add @antv/x6 1. 初始化画布 <div id="container"></div> import { Graph } from '@antv/x6' const graph = new G 阅读全文

posted @ 2024-09-14 16:16 Mc525 阅读(1407) 评论(0) 推荐(0) 编辑

导航