1. Annual Sales Performance
Data AnalystBackground
The analyst needs to present monthly revenue figures to stakeholders in a way that highlights seasonal trends more effectively than a standard table.
Problem
Standard bar charts feel cluttered for 12 months of data, and pie charts make it difficult to compare small differences in area.
How to use
Input the monthly revenue data as JSON, set the value format to 'currency', and enable 'Show Total' to provide context.
[{"label": "Jan", "value": 12000}, {"label": "Feb", "value": 15000}, {"label": "Mar", "value": 18000}, {"label": "Apr", "value": 14000}]Outcome
A clean, circular rose chart that clearly shows the growth trend from January to March with a total revenue summary.