chartjs-chart-funnel v4.2.4 / FunnelControllerDatasetOptions
Interface: FunnelControllerDatasetOptions
Extends
ControllerDatasetOptions
.ScriptableAndArrayOptions
<TrapezoidElementOptions
,ScriptableContext
<"funnel"
>>.ScriptableAndArrayOptions
<CommonHoverOptions
,ScriptableContext
<"funnel"
>>
Properties
borderWidth
borderWidth:
ScriptableAndArray
<number
,ScriptableContext
<"funnel"
>>
Width of the border
Default
0
Inherited from
ScriptableAndArrayOptions.borderWidth
Defined in
work/chartjs-chart-funnel/chartjs-chart-funnel/src/elements/TrapezoidElement.ts:16
shrinkAnchor
shrinkAnchor:
ScriptableAndArray
<"none"
|"top"
|"bottom"
|"middle"
,ScriptableContext
<"funnel"
>>
which side of the bar to shrink: top, right, middle, none
Default
top
Inherited from
ScriptableAndArrayOptions.shrinkAnchor
Defined in
work/chartjs-chart-funnel/chartjs-chart-funnel/src/elements/TrapezoidElement.ts:21
shrinkFraction
shrinkFraction:
ScriptableAndArray
<number
,ScriptableContext
<"funnel"
>>
fraction (0-1) of the bar that shrinks shrink. 1 all of the bar, 0 none
Default
1
Inherited from
ScriptableAndArrayOptions.shrinkFraction
Defined in
work/chartjs-chart-funnel/chartjs-chart-funnel/src/elements/TrapezoidElement.ts:26