Skip to main content

Variable: Scatter

@arolariu/components


@arolariu/components / Scatter

Variable: Scatter

Scatter: {<DataPointType, ValueAxisType>(props): ReactElement; (props): ReactElement; }

Defined in: components/ui/chart.tsx:556

Call Signature

<DataPointType, ValueAxisType>(props): ReactElement

Type Parameters

DataPointType

DataPointType = any

ValueAxisType

ValueAxisType = any

Parameters

props

Props<DataPointType, ValueAxisType>

Returns

ReactElement

Call Signature

(props): ReactElement

Parameters

props

Props<any, any>

Returns

ReactElement

// was this page useful?