AWS::QuickSight::Dashboard LineChartLineStyleSettings
Line styles options for a line series in LineChartVisual
.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "LineInterpolation" :
String
, "LineStyle" :String
, "LineVisibility" :String
, "LineWidth" :String
}
YAML
LineInterpolation:
String
LineStyle:String
LineVisibility:String
LineWidth:String
Properties
LineInterpolation
-
Interpolation style for line series.
-
LINEAR
: Show as default, linear style. -
SMOOTH
: Show as a smooth curve. -
STEPPED
: Show steps in line.
Required: No
Type: String
Allowed values:
LINEAR | SMOOTH | STEPPED
Update requires: No interruption
-
LineStyle
-
Line style for line series.
-
SOLID
: Show as a solid line. -
DOTTED
: Show as a dotted line. -
DASHED
: Show as a dashed line.
Required: No
Type: String
Allowed values:
SOLID | DOTTED | DASHED
Update requires: No interruption
-
LineVisibility
-
Configuration option that determines whether to show the line for the series.
Required: No
Type: String
Allowed values:
HIDDEN | VISIBLE
Update requires: No interruption
LineWidth
-
Width that determines the line thickness.
Required: No
Type: String
Update requires: No interruption