Interface: HistoryChartProperties
Defined in: src/components/common/HistoryChart.tsx:22
Props for the HistoryChart component
Hierarchyโ
Extendsโ
Propertiesโ
children?โ
readonlyoptionalchildren:ReactNode
Defined in: shared/types/componentProps.ts:36
Component content (text, elements, or other components)
Inherited fromโ
CoreComponentProperties.children
className?โ
readonlyoptionalclassName:string
Defined in: shared/types/componentProps.ts:38
Additional CSS classes for styling customization
Inherited fromโ
CoreComponentProperties.className
disabled?โ
readonlyoptionaldisabled:boolean
Defined in: shared/types/componentProps.ts:40
Whether the component is disabled and non-interactive
Inherited fromโ
CoreComponentProperties.disabled
historyโ
readonlyhistory:StatusHistory[]
Defined in: src/components/common/HistoryChart.tsx:24
Array of historical status records to display
maxItems?โ
readonlyoptionalmaxItems:number
Defined in: src/components/common/HistoryChart.tsx:26
Maximum number of items to display (default: 120)
titleโ
readonlytitle:string
Defined in: src/components/common/HistoryChart.tsx:28
Title to display above the chart