The configuration of a ComboChartVisual
.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{
"BarDataLabels" : DataLabelOptions
,
"BarsArrangement" : String
,
"CategoryAxis" : AxisDisplayOptions
,
"CategoryLabelOptions" : ChartAxisLabelOptions
,
"ColorLabelOptions" : ChartAxisLabelOptions
,
"FieldWells" : ComboChartFieldWells
,
"Interactions" : VisualInteractionOptions
,
"Legend" : LegendOptions
,
"LineDataLabels" : DataLabelOptions
,
"PrimaryYAxisDisplayOptions" : AxisDisplayOptions
,
"PrimaryYAxisLabelOptions" : ChartAxisLabelOptions
,
"ReferenceLines" : [ ReferenceLine, ... ]
,
"SecondaryYAxisDisplayOptions" : AxisDisplayOptions
,
"SecondaryYAxisLabelOptions" : ChartAxisLabelOptions
,
"SingleAxisOptions" : SingleAxisOptions
,
"SortConfiguration" : ComboChartSortConfiguration
,
"Tooltip" : TooltipOptions
,
"VisualPalette" : VisualPalette
}
YAML
BarDataLabels:
DataLabelOptions
BarsArrangement: String
CategoryAxis:
AxisDisplayOptions
CategoryLabelOptions:
ChartAxisLabelOptions
ColorLabelOptions:
ChartAxisLabelOptions
FieldWells:
ComboChartFieldWells
Interactions:
VisualInteractionOptions
Legend:
LegendOptions
LineDataLabels:
DataLabelOptions
PrimaryYAxisDisplayOptions:
AxisDisplayOptions
PrimaryYAxisLabelOptions:
ChartAxisLabelOptions
ReferenceLines:
- ReferenceLine
SecondaryYAxisDisplayOptions:
AxisDisplayOptions
SecondaryYAxisLabelOptions:
ChartAxisLabelOptions
SingleAxisOptions:
SingleAxisOptions
SortConfiguration:
ComboChartSortConfiguration
Tooltip:
TooltipOptions
VisualPalette:
VisualPalette
Properties
BarDataLabels
-
The options that determine if visual data labels are displayed.
The data label options for a bar in a combo chart.
Required: No
Type: DataLabelOptions
Update requires: No interruption
BarsArrangement
-
Determines the bar arrangement in a combo chart. The following are valid values in this structure:
-
CLUSTERED
: For clustered bar combo charts. -
STACKED
: For stacked bar combo charts. -
STACKED_PERCENT
: Do not use. If you use this value, the operation returns a validation error.
Required: No
Type: String
Allowed values:
CLUSTERED | STACKED | STACKED_PERCENT
Update requires: No interruption
-
CategoryAxis
-
The category axis of a combo chart.
Required: No
Type: AxisDisplayOptions
Update requires: No interruption
CategoryLabelOptions
-
The label options (label text, label visibility, and sort icon visibility) of a combo chart category (group/color) field well.
Required: No
Type: ChartAxisLabelOptions
Update requires: No interruption
ColorLabelOptions
-
The label options (label text, label visibility, and sort icon visibility) of a combo chart's color field well.
Required: No
Type: ChartAxisLabelOptions
Update requires: No interruption
FieldWells
-
The field wells of the visual.
Required: No
Type: ComboChartFieldWells
Update requires: No interruption
Interactions
-
The general visual interactions setup for a visual.
Required: No
Type: VisualInteractionOptions
Update requires: No interruption
Legend
-
The legend display setup of the visual.
Required: No
Type: LegendOptions
Update requires: No interruption
LineDataLabels
-
The options that determine if visual data labels are displayed.
The data label options for a line in a combo chart.
Required: No
Type: DataLabelOptions
Update requires: No interruption
PrimaryYAxisDisplayOptions
-
The label display options (grid line, range, scale, and axis step) of a combo chart's primary y-axis (bar) field well.
Required: No
Type: AxisDisplayOptions
Update requires: No interruption
PrimaryYAxisLabelOptions
-
The label options (label text, label visibility, and sort icon visibility) of a combo chart's primary y-axis (bar) field well.
Required: No
Type: ChartAxisLabelOptions
Update requires: No interruption
ReferenceLines
-
The reference line setup of the visual.
Required: No
Type: Array of ReferenceLine
Minimum:
0
Maximum:
20
Update requires: No interruption
SecondaryYAxisDisplayOptions
-
The label display options (grid line, range, scale, axis step) of a combo chart's secondary y-axis (line) field well.
Required: No
Type: AxisDisplayOptions
Update requires: No interruption
SecondaryYAxisLabelOptions
-
The label options (label text, label visibility, and sort icon visibility) of a combo chart's secondary y-axis(line) field well.
Required: No
Type: ChartAxisLabelOptions
Update requires: No interruption
SingleAxisOptions
Property description not available.
Required: No
Type: SingleAxisOptions
Update requires: No interruption
SortConfiguration
-
The sort configuration of a
ComboChartVisual
.Required: No
Type: ComboChartSortConfiguration
Update requires: No interruption
Tooltip
-
The legend display setup of the visual.
Required: No
Type: TooltipOptions
Update requires: No interruption
VisualPalette
-
The palette (chart color) display setup of the visual.
Required: No
Type: VisualPalette
Update requires: No interruption