1. Quarterly Product Sales Analysis
Sales AnalystBackground
A sales analyst needs to present how different product lines contributed to total revenue over four quarters.
Problem
Standard tables make it difficult to see the total growth while simultaneously identifying which products are driving that growth.
How to use
Input the quarterly sales data for each product, set the value format to 'Currency ($)', and enable tooltips for detailed viewing.
[{"category": "Q1", "series": "Product A", "value": 100}, {"category": "Q1", "series": "Product B", "value": 150}, {"category": "Q2", "series": "Product A", "value": 120}, {"category": "Q2", "series": "Product B", "value": 180}]Outcome
A clear, interactive stacked bar chart showing total quarterly revenue with distinct color-coded segments for each product.