@moritzbrantner/charts - v0.1.1
GitHub
Preparing search index...
createGroupedChartRenderData
Function createGroupedChartRenderData
createGroupedChartRenderData
<
TProperties
>
(
grouped
:
ChartGroupedDensitySeries
<
TProperties
>
,
options
?:
{
gapBehavior
?:
ChartGapBehavior
;
keyPrefix
?:
string
;
percent
?:
boolean
;
xLabel
?:
(
sample
:
ChartDensitySample
<
TProperties
>
)
=>
string
;
}
,
)
:
ChartRenderData
<
TProperties
>
Type Parameters
TProperties
Parameters
grouped
:
ChartGroupedDensitySeries
<
TProperties
>
options
:
{
gapBehavior
?:
ChartGapBehavior
;
keyPrefix
?:
string
;
percent
?:
boolean
;
xLabel
?:
(
sample
:
ChartDensitySample
<
TProperties
>
)
=>
string
;
}
= {}
Returns
ChartRenderData
<
TProperties
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
GitHub
@moritzbrantner/charts - v0.1.1
Loading...