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