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, }, ], };