Skip to main content

Dashboard

Welcome back! Here's what's happening with your business today.

Total Revenue

$45,231

+20.1% from last month

Active Users

2,350

+180.1% from last month

Orders

12,234

-19% from last month

Conversion Rate

3.65%

+201 from last month

Revenue Overview

User Activity

Desktop Mobile

Recent Orders

Order Customer Status Amount
#3210 John Doe Completed 20.00
#3209 Jane Smith Pending $85.50
#3208 Mike Johnson Cancelled $200.00

Top Products

1

Wireless Headphones

1,234 sold

$89.99
2

Smart Watch

987 sold

99.99
3

Laptop Stand

756 sold

$49.99
4

USB Cable

654 sold

2.99
+ value.toLocaleString(); } } }, x: { grid: { display: false } } } } }); // Activity Chart const activityCtx = document.getElementById('activityChart').getContext('2d'); const activityChart = new Chart(activityCtx, { type: 'doughnut', data: { labels: ['Desktop', 'Mobile', 'Tablet'], datasets: [{ data: [65, 30, 5], backgroundColor: ['#3B82F6', '#10B981', '#F59E0B'], borderWidth: 0 }] }, options: { responsive: true, maintainAspectRatio: false, plugins: { legend: { display: false } } } });