From bd4def3713a8288e4b3824b07b7af24a8f546cc3 Mon Sep 17 00:00:00 2001 From: zhangyu Date: Thu, 15 Oct 2020 17:27:35 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E4=BF=AE=E6=94=B9=E5=9B=BE?= =?UTF-8?q?=E8=A1=A8=E5=8F=B3=E4=B8=8A=E8=A7=92=E6=8C=89=E9=92=AE=E6=8F=90?= =?UTF-8?q?=E7=A4=BA=E6=96=87=E5=AD=97=E6=9C=89=E6=97=B6=E8=A2=AB=E9=81=AE?= =?UTF-8?q?=E6=8C=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nezha-fronted/src/components/charts/line-chart-block.vue | 1 + .../src/components/page/dashboard/overview/chartConfig.vue | 1 + 2 files changed, 2 insertions(+) diff --git a/nezha-fronted/src/components/charts/line-chart-block.vue b/nezha-fronted/src/components/charts/line-chart-block.vue index bc4646346..6b025013e 100644 --- a/nezha-fronted/src/components/charts/line-chart-block.vue +++ b/nezha-fronted/src/components/charts/line-chart-block.vue @@ -508,6 +508,7 @@ toolbox:{ show:false, top:'0', + right:'18', showTitle:true, feature:{ dataZoom:{ diff --git a/nezha-fronted/src/components/page/dashboard/overview/chartConfig.vue b/nezha-fronted/src/components/page/dashboard/overview/chartConfig.vue index 3d315b34c..9c110ee89 100644 --- a/nezha-fronted/src/components/page/dashboard/overview/chartConfig.vue +++ b/nezha-fronted/src/components/page/dashboard/overview/chartConfig.vue @@ -37,6 +37,7 @@ toolbox:{ show:false, top:'0', + right:'18', showTitle:true, tooltip:{ show:false,