From 6be37b8b0b09d94dbf952e8c0040349dd5242c17 Mon Sep 17 00:00:00 2001 From: zhangyu Date: Mon, 14 Feb 2022 18:20:21 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E4=BF=AE=E5=A4=8D=E5=8D=95?= =?UTF-8?q?=E4=BD=8D=20=E4=B8=BAnone=E7=9A=84=E6=9C=89=E6=95=88=E6=95=B0?= =?UTF-8?q?=E5=AD=97=E6=9C=AA=E7=94=9F=E6=95=88=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/charts/chartDataFormat.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nezha-fronted/src/components/charts/chartDataFormat.js b/nezha-fronted/src/components/charts/chartDataFormat.js index b1cd98d53..04fd7948f 100644 --- a/nezha-fronted/src/components/charts/chartDataFormat.js +++ b/nezha-fronted/src/components/charts/chartDataFormat.js @@ -6,7 +6,7 @@ import bus from '../../libs/bus' function none (value, index) { - return value + return keepDoubleNumber(value) } function short (value, index, type = 1, dot) { if (type == 1) {