diff --git a/dashboard/src/components/dashboard/MiniStatCards.jsx b/dashboard/src/components/dashboard/MiniStatCards.jsx index 3bbc7f2..306e1bc 100644 --- a/dashboard/src/components/dashboard/MiniStatCards.jsx +++ b/dashboard/src/components/dashboard/MiniStatCards.jsx @@ -458,7 +458,7 @@ const MiniStatCards = ({ <>
setSelectedMetric(null)} > - +
- + {selectedMetric ? `${selectedMetric .split("_") @@ -572,7 +584,13 @@ const MiniStatCards = ({ /> {selectedMetric === "orders" && (
-

+

Hourly Distribution

@@ -584,19 +602,30 @@ const MiniStatCards = ({ ) : (
{selectedMetric === "revenue" && ( - + )} {selectedMetric === "orders" && ( - + )} {selectedMetric === "average_order" && ( )} {selectedMetric === "shipping" && ( - + )}
)}