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