diff --git a/dashboard/src/components/dashboard/MiniSalesChart.jsx b/dashboard/src/components/dashboard/MiniSalesChart.jsx index d1f44d1..24d5ab3 100644 --- a/dashboard/src/components/dashboard/MiniSalesChart.jsx +++ b/dashboard/src/components/dashboard/MiniSalesChart.jsx @@ -23,45 +23,38 @@ import { AlertCircle, TrendingUp, DollarSign, ShoppingCart, Truck, PiggyBank, Ar import { formatCurrency, CustomTooltip, processData, StatCard } from "./SalesChart.jsx"; const SkeletonChart = () => ( -
-
+
+
{/* Grid lines */} {[...Array(5)].map((_, i) => (
))} {/* Y-axis labels */}
{[...Array(5)].map((_, i) => ( - + ))}
{/* X-axis labels */}
{[...Array(6)].map((_, i) => ( - + ))}
{/* Chart lines */}
-
@@ -135,28 +128,24 @@ const MiniStatCard = memo(({ MiniStatCard.displayName = "MiniStatCard"; const SkeletonCard = ({ colorScheme = "emerald" }) => ( - +
- +
-
-
+
+
-
-
- -
-
- -
- -
+
+ +
+ +