Skip to content

Documentation / @finchart/react / ChartDataProps

Interface: ChartDataProps<T>

Defined in: components/chart-data.tsx:5

Type Parameters

T

T extends BaseDataPoint

Properties

children?

optional children?: ReactNode

Defined in: components/chart-data.tsx:8


value

value: T[]

Defined in: components/chart-data.tsx:7

이 안의 시리즈들이 그릴 데이터.