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::Template SparklinesOptions
The options for sparklines in a table.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "AllPointsMarker" :LineChartMarkerStyleSettings, "FieldId" :String, "LineColor" :String, "LineInterpolation" :String, "MaxValueMarker" :LineChartMarkerStyleSettings, "MinValueMarker" :LineChartMarkerStyleSettings, "VisualType" :String, "XAxisField" :DimensionField, "YAxisBehavior" :String}
YAML
AllPointsMarker:LineChartMarkerStyleSettingsFieldId:StringLineColor:StringLineInterpolation:StringMaxValueMarker:LineChartMarkerStyleSettingsMinValueMarker:LineChartMarkerStyleSettingsVisualType:StringXAxisField:DimensionFieldYAxisBehavior:String
Properties
AllPointsMarkerProperty description not available.
Required: No
Type: LineChartMarkerStyleSettings
Update requires: No interruption
FieldId-
The field ID of the value column that the sparkline is applied to.
Required: Yes
Type: String
Minimum:
1Maximum:
512Update requires: No interruption
LineColor-
The color of the sparkline line.
Required: No
Type: String
Pattern:
^#[A-F0-9]{6}$Update requires: No interruption
LineInterpolation-
The interpolation style for the sparkline line.
Required: No
Type: String
Allowed values:
LINEAR | SMOOTH | STEPPEDUpdate requires: No interruption
MaxValueMarkerProperty description not available.
Required: No
Type: LineChartMarkerStyleSettings
Update requires: No interruption
MinValueMarkerProperty description not available.
Required: No
Type: LineChartMarkerStyleSettings
Update requires: No interruption
VisualType-
The type of the sparkline. Valid values are
LINEandAREA_LINE.Required: No
Type: String
Allowed values:
LINE | AREA_LINEUpdate requires: No interruption
XAxisFieldProperty description not available.
Required: Yes
Type: DimensionField
Update requires: No interruption
YAxisBehavior-
Determines whether the Y axis is shared across all sparklines or independent for each sparkline.
Required: No
Type: String
Allowed values:
SHARED | INDEPENDENTUpdate requires: No interruption