1. Monthly Sales Comparison
Marketing AnalystBackground
The analyst needs to compare the performance of two different product lines over the first quarter.
Problem
Manual plotting in spreadsheet software is slow and lacks customization for presentation.
How to use
Input the monthly sales data for Product A and Product B into the Chart Data field and select 'Smooth' curve type.
{"labels": ["Jan", "Feb", "Mar"], "series": [{"name": "Product A", "data": [100, 150, 120]}, {"name": "Product B", "data": [80, 110, 140]}]}Outcome
A clean, smooth multi-line chart showing the sales trajectory for both products, ready for the quarterly report.