1. Employee Department Distribution
HR ManagerBackground
The HR team needs to present the headcount of three different departments to the board in a way that is immediately intuitive.
Problem
Standard bar charts look too clinical and don't reflect the human element of the workforce.
How to use
Input the department counts as a JSON array, select the 'Person' icon, and set the icon value to 1 to represent each employee.
[{"label": "Engineering", "value": 12, "color": "#3b82f6"}, {"label": "Design", "value": 8, "color": "#ef4444"}, {"label": "Marketing", "value": 5, "color": "#10b981"}]Outcome
A clean, color-coded pictograph where each department is represented by a row of person icons, making the team sizes instantly comparable.