From 4fe33740963a5075443c14fb107d52561c4de7b0 Mon Sep 17 00:00:00 2001 From: wuqun Date: Wed, 15 Mar 2023 09:49:46 +0800 Subject: [PATCH] =?UTF-8?q?9250=20=E6=88=90=E6=9C=AC=E5=88=86=E6=9E=90?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E6=95=B0=E6=8D=AE=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/client/src/sections/shouye/containers/shouye.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/client/src/sections/shouye/containers/shouye.js b/web/client/src/sections/shouye/containers/shouye.js index 04b2c5a..fe13dc2 100644 --- a/web/client/src/sections/shouye/containers/shouye.js +++ b/web/client/src/sections/shouye/containers/shouye.js @@ -214,7 +214,7 @@ const Information = (props) => { domId={'column-chart-3'} height={clientHeight * 0.32} xAxis={chartData4.map(cd => cd.name)} - yAxis={chartData4.map(cd => cd.cost)} /> + yAxis={chartData4.map(cd => (cd.cost).toFixed(2))} />