From 44c05e964ebb8d1d62f72fd4e75b0ce6e4429a6c Mon Sep 17 00:00:00 2001 From: TsMask <340112800@qq.com> Date: Fri, 15 Dec 2023 18:16:58 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=20G6=E7=89=88=E6=9C=AC=E4=BD=BF?= =?UTF-8?q?=E7=94=A8=E7=A8=B3=E5=AE=9A4.8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- src/components/ChartGraphG6/index.vue | 528 +++++++------------------- src/views/monitor/topology/index.vue | 80 +--- 3 files changed, 141 insertions(+), 469 deletions(-) diff --git a/package.json b/package.json index 22bc9dbc..0cf28478 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@ant-design/icons-vue": "^7.0.1", - "@antv/g6": "^5.0.0-beta.28", + "@antv/g6": "^4.8.24", "@codemirror/lang-javascript": "^6.2.1", "@codemirror/merge": "^6.4.0", "@codemirror/theme-one-dark": "^6.1.2", diff --git a/src/components/ChartGraphG6/index.vue b/src/components/ChartGraphG6/index.vue index d3f63468..f1564cae 100644 --- a/src/components/ChartGraphG6/index.vue +++ b/src/components/ChartGraphG6/index.vue @@ -19,7 +19,7 @@