This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.
AWS::QuickSight::Dashboard RadarChartSortConfiguration
The sort configuration of a RadarChartVisual.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "CategoryItemsLimit" :ItemsLimitConfiguration, "CategorySort" :[ FieldSortOptions, ... ], "ColorItemsLimit" :ItemsLimitConfiguration, "ColorSort" :[ FieldSortOptions, ... ]}
YAML
CategoryItemsLimit:ItemsLimitConfigurationCategorySort:- FieldSortOptionsColorItemsLimit:ItemsLimitConfigurationColorSort:- 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: 0Maximum: 100Update 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: 0Maximum: 100Update requires: No interruption