From 8372e3bb2c3daa6a06dde18584fdfb87b50f0b30 Mon Sep 17 00:00:00 2001 From: dev01 Date: Thu, 13 Jul 2023 11:17:27 +0800 Subject: [PATCH] =?UTF-8?q?[=E5=84=80=E9=8C=B6=E6=9D=BF]=20dashboard=20?= =?UTF-8?q?=E6=98=A8=E6=97=A5=E8=88=87=E4=BB=8A=E6=97=A5=E9=A0=86=E5=BA=8F?= =?UTF-8?q?=E8=AA=BF=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Frontend/_dashboard.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Frontend/_dashboard.html b/Frontend/_dashboard.html index ae097f7..6399eed 100644 --- a/Frontend/_dashboard.html +++ b/Frontend/_dashboard.html @@ -655,7 +655,7 @@ pointColor: color.success._500, pointBackgroundColor: color.main1, data: todayData?.data.map((x) => x.sum), - order: 1, + order: 2, }, { id: "yesterday", @@ -667,7 +667,7 @@ pointColor: color.info._100, pointBackgroundColor: color.info._100, data: yesData?.data.map((x) => x.sum), - order: 2, + order: 1, }, ], }; @@ -743,7 +743,7 @@ pointColor: color.success._500, pointBackgroundColor: color.success._500, data: curWeekData.map((x) => x.sum), - order: 1, + order: 2, }, { id: "yesterday", @@ -755,7 +755,7 @@ pointColor: color.info._100, pointBackgroundColor: color.info._100, data: prevWeekData.map((x) => x.sum), - order: 2, + order: 1, }, ], };