From e93b57e0623a1589d4f248effa69aec1db5b1241 Mon Sep 17 00:00:00 2001 From: chenjianxing Date: Wed, 27 Oct 2021 11:02:12 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20echart=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/business/components/common/chart/MsChart.vue | 11 +++++++++-- .../common/components/MsDoughnutPieChart.vue | 8 +++++++- .../components/common/components/MsPieChart.vue | 8 +++++++- frontend/src/common/js/chart.js | 1 + 4 files changed, 24 insertions(+), 4 deletions(-) diff --git a/frontend/src/business/components/common/chart/MsChart.vue b/frontend/src/business/components/common/chart/MsChart.vue index 4dc67ba47d..627a1ec7fa 100644 --- a/frontend/src/business/components/common/chart/MsChart.vue +++ b/frontend/src/business/components/common/chart/MsChart.vue @@ -1,8 +1,9 @@