@moritzbrantner/charts - v0.1.1
GitHub
Preparing search index...
ChartScatterPoint
Type Alias ChartScatterPoint<TProperties>
type
ChartScatterPoint
<
TProperties
=
Record
<
string
,
unknown
>
>
=
{
id
:
string
;
label
:
string
;
metrics
:
ChartMetricRecord
;
point
:
IndexedChartSeriesPoint
<
TProperties
>
;
radius
:
number
;
sizeValue
:
number
|
null
;
x
:
number
;
y
:
number
;
}
Type Parameters
TProperties
=
Record
<
string
,
unknown
>
Index
Properties
id
label
metrics
point
radius
size
Value
x
y
Properties
id
id
:
string
label
label
:
string
metrics
metrics
:
ChartMetricRecord
point
point
:
IndexedChartSeriesPoint
<
TProperties
>
radius
radius
:
number
size
Value
sizeValue
:
number
|
null
x
x
:
number
y
y
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
label
metrics
point
radius
size
Value
x
y
GitHub
@moritzbrantner/charts - v0.1.1
Loading...