AWS::QuickSight::Template LineChartMarkerStyleSettings
Marker styles options for a line series in LineChartVisual
.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "MarkerColor" :
String
, "MarkerShape" :String
, "MarkerSize" :String
, "MarkerVisibility" :String
}
YAML
MarkerColor:
String
MarkerShape:String
MarkerSize:String
MarkerVisibility:String
Properties
MarkerColor
-
Color of marker in the series.
Required: No
Type: String
Pattern:
^#[A-F0-9]{6}$
Update requires: No interruption
MarkerShape
-
Shape option for markers in the series.
-
CIRCLE
: Show marker as a circle. -
TRIANGLE
: Show marker as a triangle. -
SQUARE
: Show marker as a square. -
DIAMOND
: Show marker as a diamond. -
ROUNDED_SQUARE
: Show marker as a rounded square.
Required: No
Type: String
Allowed values:
CIRCLE | TRIANGLE | SQUARE | DIAMOND | ROUNDED_SQUARE
Update requires: No interruption
-
MarkerSize
-
Size of marker in the series.
Required: No
Type: String
Update requires: No interruption
MarkerVisibility
-
Configuration option that determines whether to show the markers in the series.
Required: No
Type: String
Allowed values:
HIDDEN | VISIBLE
Update requires: No interruption