From 772dffcdd1a7b35cc7491f1793ba7e6dc2fcf6b0 Mon Sep 17 00:00:00 2001 From: Monster <389264167@qq.com> Date: Wed, 16 Jul 2025 20:37:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E4=BA=86=E9=A5=BC=E5=9B=BE?= =?UTF-8?q?=E7=9A=84=E9=AB=98=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ui/src/pages/dashboard/components/pieCharts.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/pages/dashboard/components/pieCharts.tsx b/ui/src/pages/dashboard/components/pieCharts.tsx index 7df3180..0edb00b 100644 --- a/ui/src/pages/dashboard/components/pieCharts.tsx +++ b/ui/src/pages/dashboard/components/pieCharts.tsx @@ -34,7 +34,7 @@ const PieCharts: React.FC = ({ title, data, extra }) => { }, }, dataset: { - source: data.slice(0, 6), + source: data.slice(0, 5), }, series: [ {