Rezi
Preparing search index...
core/src
BarChartProps
Type Alias BarChartProps
BarChartProps
:
Readonly
<
{
blitter
?:
Exclude
<
GraphicsBlitter
,
"auto"
|
"ascii"
>
;
data
:
readonly
BarChartItem
[]
;
height
?:
SizeConstraint
;
highRes
?:
boolean
;
key
?:
string
;
maxBarLength
?:
number
;
orientation
?:
"horizontal"
|
"vertical"
;
showLabels
?:
boolean
;
showValues
?:
boolean
;
style
?:
TextStyle
;
width
?:
SizeConstraint
;
}
,
>
&
DisplayableProps
Props for bar chart widget. Horizontal or vertical bar chart.
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Rezi
Loading...
Props for bar chart widget. Horizontal or vertical bar chart.