From 4fd62579d1e7ebe76e355dc3242f95cc652e9f5b Mon Sep 17 00:00:00 2001 From: zhangyu Date: Thu, 30 Dec 2021 15:45:05 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=20=E4=BF=AE=E6=94=B9=20=E5=90=8C?= =?UTF-8?q?=E6=AF=94=20'Previous=20'=20=E6=98=BE=E7=A4=BA=E9=94=99?= =?UTF-8?q?=E8=AF=AF=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nezha-fronted/src/components/chart/chartMixin.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nezha-fronted/src/components/chart/chartMixin.js b/nezha-fronted/src/components/chart/chartMixin.js index a29eec108..75d6b673e 100644 --- a/nezha-fronted/src/components/chart/chartMixin.js +++ b/nezha-fronted/src/components/chart/chartMixin.js @@ -88,7 +88,7 @@ export default { let alias = '' if (chartInfo.elements && (expressionIndex >= chartInfo.elements.length)) { expressionIndex -= chartInfo.elements.length - legend += 'Previous ' + // legend += 'Previous ' alias += 'Previous ' } if (data.metric.__name__) {