TreeMap of Global City-Level Product Sales with 5-Level Hierarchy
{
"North America": {
"USA": {
"California": {
"Los Angeles": {
"Electronics": 850000,
"Apparel": 420000
},
"San Francisco": {
"Electronics": 620000,
"Home & Kitchen": 300000
}
},
"New York": {
"New York City": {
"Apparel": 780000,
"Books": 360000
},
"Buffalo": {
"Sports": 140000,
"Beauty": 120000
}
}
},
"Canada": {
"Ontario": {
"Toronto": {
"Electronics": 550000,
"Health": 250000
},
"Ottawa": {
"Books": 200000
}
},
"British Columbia": {
"Vancouver": {
"Home & Kitchen": 290000,
"Gaming": 180000
}
}
}
},
"Asia": {
"China": {
"Guangdong": {
"Shenzhen": {
"Electronics": 1200000,
"Apparel": 800000
},
"Guangzhou": {
"Toys": 500000,
"Books": 250000
}
},
"Beijing": {
"Beijing City": {
"Gaming": 720000,
"Electronics": 950000
}
}
},
"India": {
"Maharashtra": {
"Mumbai": {
"Electronics": 1000000,
"Health": 300000
},
"Pune": {
"Books": 350000
}
},
"Delhi": {
"New Delhi": {
"Apparel": 600000,
"Electronics": 500000
}
}
}
},
"Europe": {
"Germany": {
"Bavaria": {
"Munich": {
"Automotive": 700000,
"Electronics": 450000
}
},
"Berlin": {
"Berlin City": {
"Books": 330000,
"Apparel": 290000
}
}
},
"UK": {
"England": {
"London": {
"Beauty": 500000,
"Toys": 250000
},
"Manchester": {
"Electronics": 400000
}
}
}
},
"South America": {
"Brazil": {
"Sao Paulo": {
"Sao Paulo City": {
"Electronics": 600000,
"Apparel": 350000
}
}
},
"Argentina": {
"Buenos Aires": {
"Buenos Aires City": {
"Beauty": 200000,
"Books": 180000
}
}
}
},
"Africa": {
"Nigeria": {
"Lagos": {
"Lagos City": {
"Electronics": 300000,
"Books": 100000
}
}
},
"South Africa": {
"Gauteng": {
"Johannesburg": {
"Health": 210000,
"Home & Kitchen": 160000
}
}
}
},
"Oceania": {
"Australia": {
"New South Wales": {
"Sydney": {
"Apparel": 450000,
"Gaming": 320000
}
},
"Victoria": {
"Melbourne": {
"Books": 290000,
"Sports": 210000
}
}
}
}
}
Description
This interactive TreeMap provides a comprehensive view of product sales distributed across the globe, down to the city level. It visualizes a multi-level data hierarchy:
Region → Country → State/Province → City → Product Category
Each rectangle represents the total sales volume for a specific product category within a city, with size proportional to revenue and color intensity indicating magnitude. The visualization supports hundreds of data points, enabling users to:
- Instantly spot regional sales hotspots
- Compare product category performance across locations
- Identify high-value urban markets and growth opportunities
Key features include:
- Drill-down navigation to explore deeper levels of geography
- Tooltips displaying full hierarchical paths and exact values
- A color gradient from pale yellow to deep purple representing low-to-high sales
- Responsive layout for easy exploration across large datasets
This TreeMap is ideal for business intelligence, market segmentation, and strategic planning across retail, e-commerce, or global operations.