{
  "salesThisWeek": {
    "sales": 45385,
    "percentage": 0.125,
    "categories": [
      "01 Jan",
      "02 Feb",
      "03 Mar",
      "04 Apr",
      "05 May",
      "06 Jun",
      "07 Jul",
      "08 Aug",
      "09 Sep",
      "10 Oct",
      "11 Nov",
      "12 Dec"
    ],
    "series": [
      {
        "name": "Revenue",
        "data": [
          6356, 6218, 6156, 6526, 6356, 6256, 6056, 6356, 6218, 10000, 6526,
          6356, 6256, 6056
        ],
        "color": "#1A56DB"
      },
      {
        "name": "Revenue (previous period)",
        "data": [
          6556, 6725, 6424, 6356, 6586, 6756, 6616, 6556, 6725, 6424, 6356,
          6586, 6756, 12000
        ],
        "color": "#FDBA8C"
      }
    ]
  },
  "newProductsThisWeek": {
    "products": 2340,
    "percentage": 0.146,
    "series": [
      {
        "name": "Digital",
        "color": "#1A56DB",
        "data": [
          { "x": "01 Feb", "y": 170 },
          { "x": "02 Feb", "y": 180 },
          { "x": "03 Feb", "y": 164 },
          { "x": "04 Feb", "y": 145 },
          { "x": "05 Feb", "y": 174 },
          { "x": "06 Feb", "y": 170 },
          { "x": "07 Feb", "y": 155 }
        ]
      },
      {
        "name": "Goods",
        "color": "#FDBA8C",
        "data": [
          { "x": "01 Feb", "y": 120 },
          { "x": "02 Feb", "y": 134 },
          { "x": "03 Feb", "y": 167 },
          { "x": "04 Feb", "y": 179 },
          { "x": "05 Feb", "y": 145 },
          { "x": "06 Feb", "y": 182 },
          { "x": "07 Feb", "y": 143 }
        ]
      }
    ]
  },
  "visitorsThisWeek": {
    "visitors": 5355,
    "percentage": 0.329,
    "labels": [
      "01 Feb",
      "02 Feb",
      "03 Feb",
      "04 Feb",
      "05 Feb",
      "06 Feb",
      "07 Feb"
    ],
    "series": [
      {
        "name": "Visitors",
        "data": [500, 590, 600, 520, 610, 550, 600]
      }
    ]
  },
  "userSignupsThisWeek": {
    "signups": 385,
    "percentage": -0.027,
    "labels": [
      "01 Feb",
      "02 Feb",
      "03 Feb",
      "04 Feb",
      "05 Feb",
      "06 Feb",
      "07 Feb"
    ],
    "series": [
      {
        "name": "Users",
        "data": [34, 45, 53, 38, 55, 32, 36]
      }
    ]
  },
  "sessionsByCountryMap": {
    "US": { "visitors": 272109, "change": 4.73 },
    "CA": { "visitors": 160064, "change": 11.09 },
    "DE": { "visitors": 120048, "change": -2.3 },
    "GB": { "visitors": 110048, "change": 3.3 },
    "FR": { "visitors": 100048, "change": 1.3 },
    "ES": { "visitors": 90048, "change": 1.5 },
    "JP": { "visitors": 56022, "change": 3.5 },
    "IT": { "visitors": 48019, "change": 1 },
    "NL": { "visitors": 40016, "change": 2 },
    "RU": { "visitors": 30016, "change": 3.4 },
    "CN": { "visitors": 50016, "change": 6 },
    "IN": { "visitors": 140016, "change": 2 },
    "BR": { "visitors": 40016, "change": 5 }
  },
  "latestCustomers": [
    {
      "name": "Neil Sims",
      "avatar": "/images/users/neil-sims.png",
      "email": "email@flowbite.com",
      "spent": 320
    },
    {
      "name": "Bonnie Green",
      "avatar": "/images/users/bonnie-green.png",
      "email": "email@flowbite.com",
      "spent": 3467
    },
    {
      "name": "Michael Gough",
      "avatar": "/images/users/michael-gough.png",
      "email": "email@flowbite.com",
      "spent": 67
    },
    {
      "name": "Thomas Lean",
      "avatar": "/images/users/thomas-lean.png",
      "email": "email@flowbite.com",
      "spent": 2367
    },
    {
      "name": "Lana Byrd",
      "avatar": "/images/users/lana-byrd.png",
      "email": "email@flowbite.com",
      "spent": 367
    }
  ],
  "acquisitionOverview": {
    "labels": ["Organic", "Referral", "Direct", "Social", "Other", "Email"],
    "series": [30, 24, 18, 12, 9, 7],
    "topChannels": [
      {
        "channel": "Organic Search",
        "users": 5649,
        "acquisition": 0.3
      },
      {
        "channel": "Referral",
        "users": 4025,
        "acquisition": 0.24
      },
      {
        "channel": "Direct",
        "users": 3105,
        "acquisition": 0.18
      },
      {
        "channel": "Social",
        "users": 1251,
        "acquisition": 0.12
      },
      {
        "channel": "Other",
        "users": 734,
        "acquisition": 0.09
      },
      {
        "channel": "Email",
        "users": 456,
        "acquisition": 0.07
      }
    ]
  },
  "transactions": [
    {
      "transaction": "Payment from Bonnie Green",
      "date": "Apr 23, 2021",
      "amount": 2300,
      "status": "Completed"
    },
    {
      "transaction": "Payment refund to #00910",
      "date": "Apr 23, 2021",
      "amount": -670,
      "status": "Completed"
    },
    {
      "transaction": "Payment failed from #087651",
      "date": "Apr 18, 2021",
      "amount": 234,
      "status": "Cancelled"
    },
    {
      "transaction": "Payment from Lana Byrd",
      "date": "Apr 15, 2021",
      "amount": 5000,
      "status": "In progress"
    },
    {
      "transaction": "Payment from Jese Leos",
      "date": "Apr 15, 2021",
      "amount": 2300,
      "status": "Completed"
    },
    {
      "transaction": "Payment from THEMESBERG LLC",
      "date": "Apr 11, 2021",
      "amount": 560,
      "status": "Completed"
    },
    {
      "transaction": "Payment from Lana Lysle",
      "date": "Apr 6, 2021",
      "amount": 1437,
      "status": "Completed"
    },
    {
      "transaction": "Payment to Joseph McFall",
      "date": "Apr 1, 2021",
      "amount": 980,
      "status": "Completed"
    },
    {
      "transaction": "Payment from Alphabet LLC",
      "date": "Mar 23, 2021",
      "amount": 11436,
      "status": "In progress"
    },
    {
      "transaction": "Payment from Bonnie Green",
      "date": "Mar 23, 2021",
      "amount": 560,
      "status": "Completed"
    }
  ]
}
