1. Quarterly Revenue Breakdown
Financial AnalystBackground
An analyst needs to present how three different product lines contributed to the total quarterly revenue.
Problem
It is difficult to see the total growth while simultaneously tracking the performance of each product line.
How to use
Input the quarterly labels and the revenue data for each product as separate series, then select 'Smooth' curve type.
{"labels": ["Q1", "Q2", "Q3", "Q4"], "series": [{"name": "Hardware", "data": [100, 120, 150, 180]}, {"name": "Software", "data": [80, 90, 110, 130]}, {"name": "Services", "data": [50, 60, 70, 80]}]}Outcome
A smooth stacked area chart clearly showing the total revenue growth and the proportional contribution of Hardware, Software, and Services.