1. Weekly Activity Heatmap
Data AnalystBackground
An analyst needs to show peak user activity times for a web application.
Problem
Raw logs are difficult to interpret for stakeholders.
How to use
Paste the hourly activity counts into the Chart Data field and select the 'Viridis' color scheme.
{"rows": ["Mon", "Tue", "Wed", "Thu", "Fri"], "columns": ["9am", "12pm", "3pm", "6pm"], "data": [[10, 20, 30, 40], [15, 25, 35, 45], [20, 30, 40, 50], [25, 35, 45, 55], [30, 40, 50, 60]]}Outcome
A clear, color-coded grid showing high-traffic periods in brighter colors, allowing for quick identification of peak hours.