@moritzbrantner/charts - v0.1.1
GitHub
Preparing search index...
createChartBandRenderData
Function createChartBandRenderData
createChartBandRenderData
<
TProperties
>
(
samples
:
ChartDensitySample
<
TProperties
>
[]
,
options
?:
{
center
?:
ChartBandBoundary
;
includeSample
?:
boolean
;
lower
?:
ChartBandBoundary
;
upper
?:
ChartBandBoundary
;
xLabel
?:
(
sample
:
ChartDensitySample
<
TProperties
>
)
=>
string
;
}
,
)
:
{
rows
:
ChartBandRenderDatum
<
TProperties
>
[]
}
Type Parameters
TProperties
Parameters
samples
:
ChartDensitySample
<
TProperties
>
[]
options
:
{
center
?:
ChartBandBoundary
;
includeSample
?:
boolean
;
lower
?:
ChartBandBoundary
;
upper
?:
ChartBandBoundary
;
xLabel
?:
(
sample
:
ChartDensitySample
<
TProperties
>
)
=>
string
;
}
= {}
Returns
{
rows
:
ChartBandRenderDatum
<
TProperties
>
[]
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
GitHub
@moritzbrantner/charts - v0.1.1
Loading...