This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::QuickSight::Template RadarChartConfiguration
The configuration of a RadarChartVisual.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "AlternateBandColorsVisibility" :, "AlternateBandEvenColor" :String, "AlternateBandOddColor" :String, "AxesRangeScale" :String, "BaseSeriesSettings" :RadarChartSeriesSettings, "CategoryAxis" :AxisDisplayOptions, "CategoryLabelOptions" :ChartAxisLabelOptions, "ColorAxis" :AxisDisplayOptions, "ColorLabelOptions" :ChartAxisLabelOptions, "FieldWells" :RadarChartFieldWells, "Interactions" :VisualInteractionOptions, "Legend" :LegendOptions, "Shape" :String, "SortConfiguration" :RadarChartSortConfiguration, "StartAngle" :Number, "VisualPalette" :VisualPalette}
YAML
AlternateBandColorsVisibility:AlternateBandEvenColor:StringAlternateBandOddColor:StringAxesRangeScale:StringBaseSeriesSettings:RadarChartSeriesSettingsCategoryAxis:AxisDisplayOptionsCategoryLabelOptions:ChartAxisLabelOptionsColorAxis:AxisDisplayOptionsColorLabelOptions:ChartAxisLabelOptionsFieldWells:RadarChartFieldWellsInteractions:VisualInteractionOptionsLegend:LegendOptionsShape:StringSortConfiguration:RadarChartSortConfigurationStartAngle:NumberVisualPalette:VisualPalette
Properties
AlternateBandColorsVisibility-
Determines the visibility of the colors of alternatign bands in a radar chart.
Required: No
Type:
Allowed values:
HIDDEN | VISIBLEUpdate requires: No interruption
AlternateBandEvenColor-
The color of the even-numbered alternate bands of a radar chart.
Required: No
Type: String
Pattern:
^#[A-F0-9]{6}$Update requires: No interruption
AlternateBandOddColor-
The color of the odd-numbered alternate bands of a radar chart.
Required: No
Type: String
Pattern:
^#[A-F0-9]{6}$Update requires: No interruption
AxesRangeScale-
The axis behavior options of a radar chart.
Required: No
Type: String
Allowed values:
AUTO | INDEPENDENT | SHAREDUpdate requires: No interruption
BaseSeriesSettings-
The base sreies settings of a radar chart.
Required: No
Type: RadarChartSeriesSettings
Update requires: No interruption
CategoryAxis-
The category axis of a radar chart.
Required: No
Type: AxisDisplayOptions
Update requires: No interruption
CategoryLabelOptions-
The category label options of a radar chart.
Required: No
Type: ChartAxisLabelOptions
Update requires: No interruption
ColorAxis-
The color axis of a radar chart.
Required: No
Type: AxisDisplayOptions
Update requires: No interruption
ColorLabelOptions-
The color label options of a radar chart.
Required: No
Type: ChartAxisLabelOptions
Update requires: No interruption
FieldWells-
The field well configuration of a
RadarChartVisual.Required: No
Type: RadarChartFieldWells
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
Shape-
The shape of the radar chart.
Required: No
Type: String
Allowed values:
CIRCLE | POLYGONUpdate requires: No interruption
SortConfiguration-
The sort configuration of a
RadarChartVisual.Required: No
Type: RadarChartSortConfiguration
Update requires: No interruption
StartAngle-
The start angle of a radar chart's axis.
Required: No
Type: Number
Minimum:
-360Maximum:
360Update requires: No interruption
VisualPalette-
The palette (chart color) display setup of the visual.
Required: No
Type: VisualPalette
Update requires: No interruption