Hi,
I want to design an apex bar chart as shown below:

Here,
Y axis: Breakage Count
X axis: Workspace Names (Absence, Learn, Payroll etc)
PFB the sample table data, which is used to generate this bar chart.
| Branch | Workspace Names | Breakage Count |
| BRONZE | Talent | 1 |
| BRONZE | Payroll | 2 |
| SILVER | Learn | 3 |
| SILVER | Payroll | 5 |
| GOLD | Absence | 1 |
| GOLD | Payroll | 3 |
The challenge i'm facing is, i want to group the Workspace name (x axis) based on different branches (BRONZE, GOLD, SILVER)
Is this kind of grouping is possible in Apex graphs ?
Please help/guide.
Thanks,
Sachin