The configuration of a FunnelChartVisual
.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{
"CategoryLabelOptions" : ChartAxisLabelOptions
,
"DataLabelOptions" : FunnelChartDataLabelOptions
,
"FieldWells" : FunnelChartFieldWells
,
"Interactions" : VisualInteractionOptions
,
"SortConfiguration" : FunnelChartSortConfiguration
,
"Tooltip" : TooltipOptions
,
"ValueLabelOptions" : ChartAxisLabelOptions
,
"VisualPalette" : VisualPalette
}
YAML
CategoryLabelOptions:
ChartAxisLabelOptions
DataLabelOptions:
FunnelChartDataLabelOptions
FieldWells:
FunnelChartFieldWells
Interactions:
VisualInteractionOptions
SortConfiguration:
FunnelChartSortConfiguration
Tooltip:
TooltipOptions
ValueLabelOptions:
ChartAxisLabelOptions
VisualPalette:
VisualPalette
Properties
CategoryLabelOptions
-
The label options of the categories that are displayed in a
FunnelChartVisual
.Required: No
Type: ChartAxisLabelOptions
Update requires: No interruption
DataLabelOptions
-
The options that determine the presentation of the data labels.
Required: No
Type: FunnelChartDataLabelOptions
Update requires: No interruption
FieldWells
-
The field well configuration of a
FunnelChartVisual
.Required: No
Type: FunnelChartFieldWells
Update requires: No interruption
Interactions
-
The general visual interactions setup for a visual.
Required: No
Type: VisualInteractionOptions
Update requires: No interruption
SortConfiguration
-
The sort configuration of a
FunnelChartVisual
.Required: No
Type: FunnelChartSortConfiguration
Update requires: No interruption
Tooltip
-
The tooltip configuration of a
FunnelChartVisual
.Required: No
Type: TooltipOptions
Update requires: No interruption
ValueLabelOptions
-
The label options for the values that are displayed in a
FunnelChartVisual
.Required: No
Type: ChartAxisLabelOptions
Update requires: No interruption
VisualPalette
-
The visual palette configuration of a
FunnelChartVisual
.Required: No
Type: VisualPalette
Update requires: No interruption