{data.formattedDate || label}
{isDualAxis ? ({isViewingCurrentYear ? "Overview of your marketplace performance" : `Historical data for ${selectedYear}`}
{JSON.stringify(
analyticsData?.orders?.dailyOrders?.slice(0, 3),
null,
2,
)}
{JSON.stringify(analyticsData, null, 2)}
{insight.message}
{growthData?.launchDate ? `Tracking since ${new Date(growthData.launchDate).toLocaleDateString("en-GB", { month: "long", year: "numeric" })}` : "February 2025"} {growthData?.generatedAt && ( • Last updated:{" "} {new Date(growthData.generatedAt).toLocaleTimeString( "en-GB", { hour: "2-digit", minute: "2-digit" }, )} )}
{data.month}
| Month | Orders | Revenue | Customers | Avg Order | New Vendors | New Customers |
|---|---|---|---|---|---|---|
| {new Date(month.month + "-01").toLocaleDateString( "en-GB", { month: "long", year: "numeric" }, )} |
{month.orders.toLocaleString()}
|
{formatAdminCurrency(month.revenue)} | {month.customers.toLocaleString()} | {formatAdminCurrency(month.avgOrderValue)} | {month.newVendors} | {month.newCustomers} |