AWS::QuickSight::Dashboard ScatterPlotConfiguration - AWS CloudFormation

AWS::QuickSight::Dashboard ScatterPlotConfiguration

The configuration of a scatter plot.

Syntax

To declare this entity in your AWS CloudFormation template, use the following syntax:

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