From 45283f7084e2a0ee2a38fbe6d6a33e1f8b5b3fd7 Mon Sep 17 00:00:00 2001 From: zhangyu Date: Thu, 30 Dec 2021 11:33:24 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=20=E4=BF=AE=E6=94=B9=20=20group?= =?UTF-8?q?=E9=87=8D=E5=8F=A0=E4=B8=8B=E6=96=B9chart=20=E7=9A=84bug=20?= =?UTF-8?q?=E4=BB=A5=E5=8F=8A=20=E7=82=B9=E5=87=BB=E8=8F=9C=E5=8D=95panel?= =?UTF-8?q?=E6=9C=AA=E8=B7=B3=E7=AC=AC=E4=B8=80=E4=B8=AApanel=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/chart/chart/chartGroup.vue | 17 ++++++++++------- .../components/chart/chart/chartHexagonD3.vue | 2 -- .../src/components/chart/chart/chartTable.vue | 3 --- .../src/components/chart/chart/tools.js | 5 ++++- .../src/components/chart/chartMixin.js | 5 ----- .../src/components/chart/panelChart.vue | 4 ++-- .../common/rightBox/chart/chartRightBox.vue | 10 +++++----- nezha-fronted/src/components/layout/home.vue | 7 ++++++- .../src/components/page/dashboard/panel.vue | 2 +- 9 files changed, 28 insertions(+), 27 deletions(-) diff --git a/nezha-fronted/src/components/chart/chart/chartGroup.vue b/nezha-fronted/src/components/chart/chart/chartGroup.vue index 45ec4bf22..52cd914cb 100644 --- a/nezha-fronted/src/components/chart/chart/chartGroup.vue +++ b/nezha-fronted/src/components/chart/chart/chartGroup.vue @@ -1,6 +1,7 @@