blessed-components - v1.20.0
GitHub
Roadmap
Preparing search index...
index
RenderHistogramOptions
Interface RenderHistogramOptions
Options accepted by
renderHistogram
.
interface
RenderHistogramOptions
{
barWidth
:
number
;
binCount
?:
number
;
characters
?:
{
empty
:
string
;
filled
:
string
}
;
emptyText
?:
string
;
formatRange
?:
(
bin
:
HistogramBin
)
=>
string
;
height
:
number
;
values
:
readonly
number
[]
;
width
:
number
;
}
Index
Properties
bar
Width
bin
Count?
characters?
empty
Text?
format
Range?
height
values
width
Properties
bar
Width
barWidth
:
number
Optional
bin
Count
binCount
?:
number
Optional
characters
characters
?:
{
empty
:
string
;
filled
:
string
}
Optional
empty
Text
emptyText
?:
string
Optional
format
Range
formatRange
?:
(
bin
:
HistogramBin
)
=>
string
height
height
:
number
values
values
:
readonly
number
[]
width
width
:
number
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
bar
Width
bin
Count
characters
empty
Text
format
Range
height
values
width
GitHub
Roadmap
blessed-components - v1.20.0
Loading...
Options accepted by renderHistogram.