Skip to main content

Interface: StatusBarChartData

Defined in: src/services/chartConfig.ts:72

Status distribution bar chart data structure

Extendsโ€‹

Propertiesโ€‹

datasetsโ€‹

datasets: { backgroundColor: string[]; borderColor: string[]; borderWidth: number; data: number[]; label: string; }[]

Defined in: src/services/chartConfig.ts:74

Dataset configuration for status bar chart

backgroundColorโ€‹

backgroundColor: string[]

Fill colors for each bar

borderColorโ€‹

borderColor: string[]

Border colors for each bar

borderWidthโ€‹

borderWidth: number

Border width for bars

dataโ€‹

data: number[]

Status count data for each category

labelโ€‹

label: string

Chart legend label

Overridesโ€‹

ChartData.datasets


labelsโ€‹

labels: string[]

Defined in: src/services/chartConfig.ts:87

Status category labels for x-axis

Overridesโ€‹

ChartData.labels