Documentation / @finchart/react / ChartLineProps
Type Alias: ChartLineProps<TSource, TPoint>
ChartLineProps<
TSource,TPoint> =PlainLineProps<TSource> |DerivedLineProps<TSource,TPoint> |InputLineProps
Defined in: components/chart-line.tsx:56
Type Parameters
TSource
TSource extends BaseDataPoint
TPoint
TPoint extends BaseDataPoint = TSource