AWS::QuickSight::Template RadarChartSortConfiguration
The sort configuration of a RadarChartVisual
.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "CategoryItemsLimit" :
ItemsLimitConfiguration
, "CategorySort" :[ FieldSortOptions, ... ]
, "ColorItemsLimit" :ItemsLimitConfiguration
, "ColorSort" :[ FieldSortOptions, ... ]
}
YAML
CategoryItemsLimit:
ItemsLimitConfiguration
CategorySort:- FieldSortOptions
ColorItemsLimit:ItemsLimitConfiguration
ColorSort:- FieldSortOptions
Properties
CategoryItemsLimit
-
The category items limit for a radar chart.
Required: No
Type: ItemsLimitConfiguration
Update requires: No interruption
CategorySort
-
The category sort options of a radar chart.
Required: No
Type: Array of FieldSortOptions
Minimum:
0
Maximum:
100
Update requires: No interruption
ColorItemsLimit
-
The color items limit of a radar chart.
Required: No
Type: ItemsLimitConfiguration
Update requires: No interruption
ColorSort
-
The color sort configuration of a radar chart.
Required: No
Type: Array of FieldSortOptions
Minimum:
0
Maximum:
100
Update requires: No interruption