SparklinesOptions
The options for sparklines in a table.
Contents
Note
In the following list, the required parameters are described first.
- FieldId
-
The field ID of the value column that the sparkline is applied to.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 512.
Required: Yes
- XAxisField
-
The dimension type field.
Type: DimensionField object
Required: Yes
- AllPointsMarker
-
Marker styles options for a line series in
LineChartVisual.Type: LineChartMarkerStyleSettings object
Required: No
- LineColor
-
The color of the sparkline line.
Type: String
Pattern:
^#[A-F0-9]{6}$Required: No
- LineInterpolation
-
The interpolation style for the sparkline line.
Type: String
Valid Values:
LINEAR | SMOOTH | STEPPEDRequired: No
- MaxValueMarker
-
Marker styles options for a line series in
LineChartVisual.Type: LineChartMarkerStyleSettings object
Required: No
- MinValueMarker
-
Marker styles options for a line series in
LineChartVisual.Type: LineChartMarkerStyleSettings object
Required: No
- VisualType
-
The type of the sparkline. Valid values are
LINEandAREA_LINE.Type: String
Valid Values:
LINE | AREA_LINERequired: No
- YAxisBehavior
-
Determines whether the Y axis is shared across all sparklines or independent for each sparkline.
Type: String
Valid Values:
SHARED | INDEPENDENTRequired: No
See Also
For more information about using this API in one of the language-specific Amazon SDKs, see the following: