From 67f39d1f5644ce93f4707fec1de9650c7e0a03a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=87=91=E4=BC=9F=E5=BC=BA?= Date: Wed, 31 May 2023 11:09:23 +0800 Subject: [PATCH] fix: stafiy rate --- web/app/components/app/overview/appChart.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/web/app/components/app/overview/appChart.tsx b/web/app/components/app/overview/appChart.tsx index ddf9c9986e..277592bf4f 100644 --- a/web/app/components/app/overview/appChart.tsx +++ b/web/app/components/app/overview/appChart.tsx @@ -323,8 +323,7 @@ export const UserSatisfactionRate: FC = ({ id, period }) => { valueKey='rate' chartType='endUsers' isAvg - unit='%' - {...(noDataFlag && { yMax: 1 })} + {...(noDataFlag && { yMax: 1000 })} /> }