Stacked Category Bars
A stacked bar chart of support tickets by category over six weeks with a footnote naming the fastest growing series.
A stacked bar chart of support tickets by category over six weeks with a footnote naming the fastest growing series.
The Application Collection unlocks the source for every Application block. All Access unlocks every Collection.
Already purchased? Log in
Stacked Category Bars charts inbound support tickets across six weeks (Wk 22 through Wk 27) with four stacked series: Bug in var(--chart-1), Feature request in var(--chart-2), Account in var(--chart-3), and Other in var(--chart-4). The panel reads Tickets by category, Inbound support tickets, weeks 22 through 27. A footnote names what moved: Feature request volume grew 105% over the 6-week window, the fastest growing category. Bug tickets rose 58%. Built on ui/chart with recharts.
The chartData array has one object per week with a key per series. The chartConfig maps each key to its label and chart token so the legend and tooltip are consistent without manual wiring.
Reach for this block on a support or ops dashboard to show weekly ticket volume broken down by category. Wire chartData to a tickets-grouped-by-week-and-category query; update the footnote to name the trend that matters for the current period.
A natural flow around it on an Application Pro page:
Before
After
One strong use is weekly support ticket volume by type. Other stacked bar views:
Tip: the footnote naming the fastest-growing series is what turns a chart into an insight; write it from the data, not as a placeholder.