From 02da69a79ed2efcab1767e90b8380821b6f477b3 Mon Sep 17 00:00:00 2001 From: zhangyu Date: Tue, 30 Nov 2021 16:47:35 +0800 Subject: [PATCH] =?UTF-8?q?NEZ-1379=20fix=EF=BC=9A=E6=97=B6=E9=97=B4?= =?UTF-8?q?=E8=8C=83=E5=9B=B4=E9=80=89=E6=8B=A9=E5=99=A8=20end=20time=20?= =?UTF-8?q?=E9=BB=98=E8=AE=A4=E4=B8=BA=2023:59:59?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nezha-fronted/src/components/charts/chartPreview.vue | 1 + nezha-fronted/src/components/common/timePicker.vue | 1 + 2 files changed, 2 insertions(+) diff --git a/nezha-fronted/src/components/charts/chartPreview.vue b/nezha-fronted/src/components/charts/chartPreview.vue index 2fd34574a..a7144f924 100644 --- a/nezha-fronted/src/components/charts/chartPreview.vue +++ b/nezha-fronted/src/components/charts/chartPreview.vue @@ -1783,6 +1783,7 @@ export default { } }) this.setColor(legend.length) + legend.forEach((t, i) => { t.color = this.bgColorList[i] }) this.initChart(this.chart, series, this.$refs.screenShowArea, legend) } }).catch(error => { diff --git a/nezha-fronted/src/components/common/timePicker.vue b/nezha-fronted/src/components/common/timePicker.vue index f03127ddc..37f51df91 100644 --- a/nezha-fronted/src/components/common/timePicker.vue +++ b/nezha-fronted/src/components/common/timePicker.vue @@ -91,6 +91,7 @@