AWS::QuickSight::Template ScatterPlotConfiguration
The configuration of a scatter plot.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "DataLabels" :DataLabelOptions, "FieldWells" :ScatterPlotFieldWells, "Legend" :LegendOptions, "Tooltip" :TooltipOptions, "VisualPalette" :VisualPalette, "XAxisDisplayOptions" :AxisDisplayOptions, "XAxisLabelOptions" :ChartAxisLabelOptions, "YAxisDisplayOptions" :AxisDisplayOptions, "YAxisLabelOptions" :ChartAxisLabelOptions}
YAML
DataLabels:DataLabelOptionsFieldWells:ScatterPlotFieldWellsLegend:LegendOptionsTooltip:TooltipOptionsVisualPalette:VisualPaletteXAxisDisplayOptions:AxisDisplayOptionsXAxisLabelOptions:ChartAxisLabelOptionsYAxisDisplayOptions:AxisDisplayOptionsYAxisLabelOptions:ChartAxisLabelOptions
Properties
DataLabels-
The options that determine if visual data labels are displayed.
Required: No
Type: DataLabelOptions
Update requires: No interruption
FieldWells-
The field wells of the visual.
Required: No
Type: ScatterPlotFieldWells
Update requires: No interruption
Legend-
The legend display setup of the visual.
Required: No
Type: LegendOptions
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
XAxisDisplayOptions-
The label display options (grid line, range, scale, and axis step) of the scatter plot's x-axis.
Required: No
Type: AxisDisplayOptions
Update requires: No interruption
XAxisLabelOptions-
The label options (label text, label visibility, and sort icon visibility) of the scatter plot's x-axis.
Required: No
Type: ChartAxisLabelOptions
Update requires: No interruption
YAxisDisplayOptions-
The label display options (grid line, range, scale, and axis step) of the scatter plot's y-axis.
Required: No
Type: AxisDisplayOptions
Update requires: No interruption
YAxisLabelOptions-
The label options (label text, label visibility, and sort icon visibility) of the scatter plot's y-axis.
Required: No
Type: ChartAxisLabelOptions
Update requires: No interruption