From 96ecc2efe8d1f6d25ad073f13e6bfc169f8b9a50 Mon Sep 17 00:00:00 2001 From: zhangyu Date: Thu, 13 Apr 2023 17:37:55 +0800 Subject: [PATCH] =?UTF-8?q?=20NEZ-2765=20=20fix=EF=BC=9Aexplore=20showMore?= =?UTF-8?q?=20=E5=AF=BC=E8=87=B4=20legend=20=E9=AB=98=E5=BA=A6=E5=8F=98?= =?UTF-8?q?=E5=8C=96=20=E6=98=BE=E7=A4=BA=E9=94=99=E4=BD=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nezha-fronted/src/components/page/dashboard/overview/chart.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/nezha-fronted/src/components/page/dashboard/overview/chart.vue b/nezha-fronted/src/components/page/dashboard/overview/chart.vue index d52fc8b89..532ebc7f3 100644 --- a/nezha-fronted/src/components/page/dashboard/overview/chart.vue +++ b/nezha-fronted/src/components/page/dashboard/overview/chart.vue @@ -537,6 +537,7 @@ export default { } this.chart && this.chart.setOption(option) this.chart.resize() + this.resize() }, chartInit () { this.chart = echarts.init(document.getElementById(this.chartId))