AWS::QuickSight::Template RadarChartConfiguration
The configuration of a RadarChartVisual.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "AlternateBandColorsVisibility" :String, "AlternateBandEvenColor" :String, "AlternateBandOddColor" :String, "BaseSeriesSettings" :RadarChartSeriesSettings, "CategoryAxis" :AxisDisplayOptions, "CategoryLabelOptions" :ChartAxisLabelOptions, "ColorAxis" :AxisDisplayOptions, "ColorLabelOptions" :ChartAxisLabelOptions, "FieldWells" :RadarChartFieldWells, "Legend" :LegendOptions, "Shape" :String, "SortConfiguration" :RadarChartSortConfiguration, "StartAngle" :Double, "VisualPalette" :VisualPalette}
YAML
AlternateBandColorsVisibility:StringAlternateBandEvenColor:StringAlternateBandOddColor:StringBaseSeriesSettings:RadarChartSeriesSettingsCategoryAxis:AxisDisplayOptionsCategoryLabelOptions:ChartAxisLabelOptionsColorAxis:AxisDisplayOptionsColorLabelOptions:ChartAxisLabelOptionsFieldWells:RadarChartFieldWellsLegend:LegendOptionsShape:StringSortConfiguration:RadarChartSortConfigurationStartAngle:DoubleVisualPalette:VisualPalette
Properties
AlternateBandColorsVisibility-
Determines the visibility of the colors of alternatign bands in a radar chart.
Required: No
Type: String
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
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
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: Double
Update requires: No interruption
VisualPalette-
The palette (chart color) display setup of the visual.
Required: No
Type: VisualPalette
Update requires: No interruption