AWS::QuickSight::Dashboard BoxPlotChartConfiguration
The configuration of a BoxPlotVisual
.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "BoxPlotOptions" :
BoxPlotOptions
, "CategoryAxis" :AxisDisplayOptions
, "CategoryLabelOptions" :ChartAxisLabelOptions
, "FieldWells" :BoxPlotFieldWells
, "Legend" :LegendOptions
, "PrimaryYAxisDisplayOptions" :AxisDisplayOptions
, "PrimaryYAxisLabelOptions" :ChartAxisLabelOptions
, "ReferenceLines" :[ ReferenceLine, ... ]
, "SortConfiguration" :BoxPlotSortConfiguration
, "Tooltip" :TooltipOptions
, "VisualPalette" :VisualPalette
}
YAML
BoxPlotOptions:
BoxPlotOptions
CategoryAxis:AxisDisplayOptions
CategoryLabelOptions:ChartAxisLabelOptions
FieldWells:BoxPlotFieldWells
Legend:LegendOptions
PrimaryYAxisDisplayOptions:AxisDisplayOptions
PrimaryYAxisLabelOptions:ChartAxisLabelOptions
ReferenceLines:- ReferenceLine
SortConfiguration:BoxPlotSortConfiguration
Tooltip:TooltipOptions
VisualPalette:VisualPalette
Properties
BoxPlotOptions
-
The box plot chart options for a box plot visual
Required: No
Type: BoxPlotOptions
Update requires: No interruption
CategoryAxis
-
The label display options (grid line, range, scale, axis step) of a box plot category.
Required: No
Type: AxisDisplayOptions
Update requires: No interruption
CategoryLabelOptions
-
The label options (label text, label visibility and sort Icon visibility) of a box plot category.
Required: No
Type: ChartAxisLabelOptions
Update requires: No interruption
FieldWells
-
The field wells of the visual.
Required: No
Type: BoxPlotFieldWells
Update requires: No interruption
Legend
Property description not available.
Required: No
Type: LegendOptions
Update requires: No interruption
PrimaryYAxisDisplayOptions
-
The label display options (grid line, range, scale, axis step) of a box plot category.
Required: No
Type: AxisDisplayOptions
Update requires: No interruption
PrimaryYAxisLabelOptions
-
The label options (label text, label visibility and sort icon visibility) of a box plot value.
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
SortConfiguration
-
The sort configuration of a
BoxPlotVisual
.Required: No
Type: BoxPlotSortConfiguration
Update requires: No interruption
Tooltip
-
The tooltip 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