From 90782a4c8af062a570401b978208e8819cfa6ec3 Mon Sep 17 00:00:00 2001 From: dev01 Date: Thu, 13 Jul 2023 11:16:56 +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 e758aa3..5008985 100644 --- a/Frontend/_dashboard.html +++ b/Frontend/_dashboard.html @@ -602,7 +602,7 @@ pointColor: color.success._500, pointBackgroundColor: color.main1, data: todayData?.data.map((x) => x.sum), - order: 1, + order: 2, }, { id: "yesterday", @@ -614,7 +614,7 @@ pointColor: color.info._100, pointBackgroundColor: color.info._100, data: yesData?.data.map((x) => x.sum), - order: 2, + order: 1, }, ], }; @@ -690,7 +690,7 @@ pointColor: color.success._500, pointBackgroundColor: color.success._500, data: curWeekData.map((x) => x.sum), - order: 1, + order: 2, }, { id: "yesterday", @@ -702,7 +702,7 @@ pointColor: color.info._100, pointBackgroundColor: color.info._100, data: prevWeekData.map((x) => x.sum), - order: 2, + order: 1, }, ], };