Rezi
Preparing search index...
core/src
SparklineProps
Type Alias SparklineProps
SparklineProps
:
Readonly
<
{
blitter
?:
Exclude
<
GraphicsBlitter
,
"auto"
|
"ascii"
>
;
data
:
readonly
number
[]
;
height
?:
SizeConstraint
;
highRes
?:
boolean
;
key
?:
string
;
max
?:
number
;
min
?:
number
;
style
?:
TextStyle
;
width
?:
SizeConstraint
;
}
,
>
&
DisplayableProps
Props for sparkline widget. Mini inline chart using block characters.
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Rezi
Loading...
Props for sparkline widget. Mini inline chart using block characters.