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: List of FieldSortOptions
Maximum:
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: List of FieldSortOptions
Maximum:
100Update requires: No interruption