1. Seasonal Sales Comparison
Marketing AnalystBackground
An analyst needs to show how sales volume fluctuates across four quarters for a specific product line.
Problem
Standard bar charts don't capture the cyclical nature of the quarterly data effectively.
How to use
Input the quarterly sales data as JSON and set the value format to 'Currency'.
[{"label": "Q1", "value": 1200}, {"label": "Q2", "value": 1800}, {"label": "Q3", "value": 1500}, {"label": "Q4", "value": 2100}]Outcome
A clear, circular chart that highlights the growth trend and seasonal peaks for the year.