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