-
+
{timestamp.toLocaleDateString([], {
weekday: "short",
month: "short",
@@ -333,10 +333,10 @@ const MiniSalesChart = ({ className = "" }) => {
.filter(entry => visibleMetrics[entry.dataKey])
.map((entry, index) => (
-
+
{entry.name}:
-
+
{entry.dataKey === 'revenue'
? formatCurrency(entry.value)
: entry.value.toLocaleString()}
@@ -354,9 +354,9 @@ const MiniSalesChart = ({ className = "" }) => {
@@ -367,7 +367,7 @@ const MiniSalesChart = ({ className = "" }) => {
type="monotone"
dataKey="orders"
name="Orders"
- stroke="#38BDF8"
+ stroke="#6366f1"
strokeWidth={2}
dot={false}
/>