From 30506c2960ba03b418f6fac32b0b71df6b90dd6a Mon Sep 17 00:00:00 2001 From: zyh Date: Fri, 26 Apr 2024 17:54:16 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20explore=20graph=20showAllData=E4=BD=BF?= =?UTF-8?q?=E7=94=A8emit=E4=BC=A0=E9=80=92=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nezha-fronted/src/components/chart/chart.vue | 4 ++++ .../src/components/chart/chart/uplot/chartTimeSeries.vue | 5 +++-- .../src/components/page/dashboard/explore/exploreItem.vue | 8 ++++++++ 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/nezha-fronted/src/components/chart/chart.vue b/nezha-fronted/src/components/chart/chart.vue index 0ee25b98c..54b8515b5 100644 --- a/nezha-fronted/src/components/chart/chart.vue +++ b/nezha-fronted/src/components/chart/chart.vue @@ -18,6 +18,7 @@ @chartIsNoData="chartIsNoData" :from="from" :globalVariables="globalVariables" + @loadMore="loadMore" > { + this.$refs.exploreChart.$children[0].initChart() + }) + }, changeStack () { this.isStack = !this.isStack this.$refs.exploreChart.$children[0].changeStack()