Documentation / @finchart/react / ChartDataProps
Interface: ChartDataProps<T>
Defined in: components/chart-data.tsx:5
Type Parameters
T
T extends BaseDataPoint
Properties
children?
optionalchildren?:ReactNode
Defined in: components/chart-data.tsx:8
value
value:
T[]
Defined in: components/chart-data.tsx:7
이 안의 시리즈들이 그릴 데이터.