From f6ec2fb235c845e1924a63a7a2d27b5fe6bae773 Mon Sep 17 00:00:00 2001 From: junjie Date: Wed, 3 Mar 2021 18:50:04 +0800 Subject: [PATCH] =?UTF-8?q?feat(frontend):=20=E5=89=8D=E7=AB=AF=20?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=E9=9B=86=EF=BC=8C=E8=A7=86=E5=9B=BE=20?= =?UTF-8?q?=E8=B0=83=E6=95=B4,echarts=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/package.json | 3 ++- frontend/src/views/chart/index.vue | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index 635ea4f43a..1ff9881e6d 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -17,7 +17,8 @@ "dependencies": { "@riophae/vue-treeselect": "0.4.0", "axios": "0.18.1", - "echarts": "^5.0.2", + "echarts": "^4.6.0", + "vue-echarts": "^4.1.0", "element-ui": "2.13.0", "fit2cloud-ui": "^0.1.12", "js-cookie": "2.2.0", diff --git a/frontend/src/views/chart/index.vue b/frontend/src/views/chart/index.vue index c399fc561d..e9df107e65 100644 --- a/frontend/src/views/chart/index.vue +++ b/frontend/src/views/chart/index.vue @@ -49,15 +49,15 @@ export default {