Rezi
Preparing search index...
core/src
ScatterProps
Type Alias ScatterProps
ScatterProps
:
Readonly
<
{
axes
?:
Readonly
<
{
x
?:
ChartAxis
;
y
?:
ChartAxis
}
>
;
blitter
?:
Exclude
<
GraphicsBlitter
,
"ascii"
>
;
color
?:
string
;
height
?:
SizeConstraint
;
id
?:
string
;
key
?:
string
;
points
:
readonly
ScatterPoint
[]
;
width
?:
SizeConstraint
;
}
,
>
&
DisplayableProps
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Rezi
Loading...