1. Quarterly Product Sales Comparison
Sales AnalystBackground
The analyst needs to present the sales performance of three different products over four quarters to the management team.
Problem
Standard tables make it difficult to quickly identify which product performed best in specific quarters.
How to use
Input the quarterly sales figures for each product into the Chart Data field and set the chart title to 'Quarterly Sales Performance'.
{"categories": ["Q1", "Q2", "Q3", "Q4"], "series": [{"name": "Product A", "data": [120, 150, 170, 160]}, {"name": "Product B", "data": [90, 110, 130, 140]}, {"name": "Product C", "data": [70, 80, 95, 110]}]}Outcome
A clear, grouped bar chart that allows stakeholders to instantly compare product growth trends side-by-side.