This is the new 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 ComboChartDefaultSeriesSettings
The options that determine the default presentation of all series in ComboChartVisual.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "BorderSettings" :BorderSettings, "DecalSettings" :DecalSettings, "LineStyleSettings" :LineChartLineStyleSettings, "MarkerStyleSettings" :LineChartMarkerStyleSettings}
YAML
BorderSettings:BorderSettingsDecalSettings:DecalSettingsLineStyleSettings:LineChartLineStyleSettingsMarkerStyleSettings:LineChartMarkerStyleSettings
Properties
BorderSettings-
Border settings for all bar series in the visual.
Required: No
Type: BorderSettings
Update requires: No interruption
DecalSettings-
Decal settings for all series in the visual.
Required: No
Type: DecalSettings
Update requires: No interruption
LineStyleSettings-
Line styles options for all line series in the visual.
Required: No
Type: LineChartLineStyleSettings
Update requires: No interruption
MarkerStyleSettings-
Marker styles options for all line series in the visual.
Required: No
Type: LineChartMarkerStyleSettings
Update requires: No interruption