AWS::QuickSight::Template WaterfallChartConfiguration
The configuration for a waterfall visual.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "CategoryAxisDisplayOptions" :
AxisDisplayOptions
, "CategoryAxisLabelOptions" :ChartAxisLabelOptions
, "ColorConfiguration" :WaterfallChartColorConfiguration
, "DataLabels" :DataLabelOptions
, "FieldWells" :WaterfallChartFieldWells
, "Legend" :LegendOptions
, "PrimaryYAxisDisplayOptions" :AxisDisplayOptions
, "PrimaryYAxisLabelOptions" :ChartAxisLabelOptions
, "SortConfiguration" :WaterfallChartSortConfiguration
, "VisualPalette" :VisualPalette
, "WaterfallChartOptions" :WaterfallChartOptions
}
YAML
CategoryAxisDisplayOptions:
AxisDisplayOptions
CategoryAxisLabelOptions:ChartAxisLabelOptions
ColorConfiguration:WaterfallChartColorConfiguration
DataLabels:DataLabelOptions
FieldWells:WaterfallChartFieldWells
Legend:LegendOptions
PrimaryYAxisDisplayOptions:AxisDisplayOptions
PrimaryYAxisLabelOptions:ChartAxisLabelOptions
SortConfiguration:WaterfallChartSortConfiguration
VisualPalette:VisualPalette
WaterfallChartOptions:WaterfallChartOptions
Properties
CategoryAxisDisplayOptions
-
The options that determine the presentation of the category axis.
Required: No
Type: AxisDisplayOptions
Update requires: No interruption
CategoryAxisLabelOptions
-
The options that determine the presentation of the category axis label.
Required: No
Type: ChartAxisLabelOptions
Update requires: No interruption
ColorConfiguration
-
The color configuration of a waterfall visual.
Required: No
Type: WaterfallChartColorConfiguration
Update requires: No interruption
DataLabels
-
The data label configuration of a waterfall visual.
Required: No
Type: DataLabelOptions
Update requires: No interruption
FieldWells
-
The field well configuration of a waterfall visual.
Required: No
Type: WaterfallChartFieldWells
Update requires: No interruption
Legend
-
The legend configuration of a waterfall visual.
Required: No
Type: LegendOptions
Update requires: No interruption
PrimaryYAxisDisplayOptions
-
The options that determine the presentation of the y-axis.
Required: No
Type: AxisDisplayOptions
Update requires: No interruption
PrimaryYAxisLabelOptions
-
The options that determine the presentation of the y-axis label.
Required: No
Type: ChartAxisLabelOptions
Update requires: No interruption
SortConfiguration
-
The sort configuration of a waterfall visual.
Required: No
Type: WaterfallChartSortConfiguration
Update requires: No interruption
VisualPalette
-
The visual palette configuration of a waterfall visual.
Required: No
Type: VisualPalette
Update requires: No interruption
WaterfallChartOptions
-
The options that determine the presentation of a waterfall visual.
Required: No
Type: WaterfallChartOptions
Update requires: No interruption