Real-time overview of your sales performance across all channels.
Unknown widget type: chart
{
"type": "chart",
"id": "chart-revenue",
"props": {
"chartType": "line",
"title": "Monthly Revenue",
"data": {
"labels": [
"Jan",
"Feb",
"Mar",
"Apr",
"May",
"Jun"
],
"datasets": [
{
"label": "Revenue",
"data": [
42000,
55000,
67000,
82000,
95000,
142800
],
"borderColor": "#3b82f6"
}
]
}
}
}Unknown widget type: chart
{
"type": "chart",
"id": "chart-channels",
"props": {
"chartType": "pie",
"title": "Revenue by Channel",
"data": {
"labels": [
"Direct",
"Organic",
"Referral",
"Social"
],
"datasets": [
{
"label": "Revenue",
"data": [
45,
30,
15,
10
],
"backgroundColor": [
"#3b82f6",
"#10b981",
"#f59e0b",
"#ef4444"
]
}
]
}
}
}| Order | Customer | Amount | Status |
|---|---|---|---|
| #1234 | Alice Johnson | $450 | Completed |
| #1235 | Bob Smith | $1,200 | Processing |
| #1236 | Carol White | $320 | Shipped |
| #1237 | David Brown | $890 | Pending |
$45,000 - Acme Corp
2,500th active user
#4521 - Payment issue
Bulk export functionality
Describe the interface you want to create