This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::QuickSight::Analysis LineChartConfiguration
The configuration of a line chart.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "ContributionAnalysisDefaults" :[ ContributionAnalysisDefault, ... ], "DataLabels" :DataLabelOptions, "DefaultSeriesSettings" :LineChartDefaultSeriesSettings, "FieldWells" :LineChartFieldWells, "ForecastConfigurations" :[ ForecastConfiguration, ... ], "Interactions" :VisualInteractionOptions, "Legend" :LegendOptions, "PrimaryYAxisDisplayOptions" :LineSeriesAxisDisplayOptions, "PrimaryYAxisLabelOptions" :ChartAxisLabelOptions, "ReferenceLines" :[ ReferenceLine, ... ], "SecondaryYAxisDisplayOptions" :LineSeriesAxisDisplayOptions, "SecondaryYAxisLabelOptions" :ChartAxisLabelOptions, "Series" :[ SeriesItem, ... ], "SingleAxisOptions" :SingleAxisOptions, "SmallMultiplesOptions" :SmallMultiplesOptions, "SortConfiguration" :LineChartSortConfiguration, "Tooltip" :TooltipOptions, "Type" :String, "VisualPalette" :VisualPalette, "XAxisDisplayOptions" :AxisDisplayOptions, "XAxisLabelOptions" :ChartAxisLabelOptions}
YAML
ContributionAnalysisDefaults:- ContributionAnalysisDefaultDataLabels:DataLabelOptionsDefaultSeriesSettings:LineChartDefaultSeriesSettingsFieldWells:LineChartFieldWellsForecastConfigurations:- ForecastConfigurationInteractions:VisualInteractionOptionsLegend:LegendOptionsPrimaryYAxisDisplayOptions:LineSeriesAxisDisplayOptionsPrimaryYAxisLabelOptions:ChartAxisLabelOptionsReferenceLines:- ReferenceLineSecondaryYAxisDisplayOptions:LineSeriesAxisDisplayOptionsSecondaryYAxisLabelOptions:ChartAxisLabelOptionsSeries:- SeriesItemSingleAxisOptions:SingleAxisOptionsSmallMultiplesOptions:SmallMultiplesOptionsSortConfiguration:LineChartSortConfigurationTooltip:TooltipOptionsType:StringVisualPalette:VisualPaletteXAxisDisplayOptions:AxisDisplayOptionsXAxisLabelOptions:ChartAxisLabelOptions
Properties
- ContributionAnalysisDefaults
- 
                    The default configuration of a line chart's contribution analysis. Required: No Type: Array of ContributionAnalysisDefault Minimum: 1Maximum: 200Update requires: No interruption 
- DataLabels
- 
                    The data label configuration of a line chart. Required: No Type: DataLabelOptions Update requires: No interruption 
- DefaultSeriesSettings
- 
                    The options that determine the default presentation of all line series in LineChartVisual.Required: No Type: LineChartDefaultSeriesSettings Update requires: No interruption 
- FieldWells
- 
                    The field well configuration of a line chart. Required: No Type: LineChartFieldWells Update requires: No interruption 
- ForecastConfigurations
- 
                    The forecast configuration of a line chart. Required: No Type: Array of ForecastConfiguration Minimum: 0Maximum: 10Update requires: No interruption 
- Interactions
- 
                    The general visual interactions setup for a visual. Required: No Type: VisualInteractionOptions Update requires: No interruption 
- Legend
- 
                    The legend configuration of a line chart. Required: No Type: LegendOptions Update requires: No interruption 
- PrimaryYAxisDisplayOptions
- 
                    The series axis configuration of a line chart. Required: No Type: LineSeriesAxisDisplayOptions Update requires: No interruption 
- PrimaryYAxisLabelOptions
- 
                    The options that determine the presentation of the y-axis label. Required: No Type: ChartAxisLabelOptions Update requires: No interruption 
- ReferenceLines
- 
                    The reference lines configuration of a line chart. Required: No Type: Array of ReferenceLine Minimum: 0Maximum: 20Update requires: No interruption 
- SecondaryYAxisDisplayOptions
- 
                    The series axis configuration of a line chart. Required: No Type: LineSeriesAxisDisplayOptions Update requires: No interruption 
- SecondaryYAxisLabelOptions
- 
                    The options that determine the presentation of the secondary y-axis label. Required: No Type: ChartAxisLabelOptions Update requires: No interruption 
- Series
- 
                    The series item configuration of a line chart. Required: No Type: Array of SeriesItem Minimum: 0Maximum: 2000Update requires: No interruption 
- SingleAxisOptions
- Property description not available. - Required: No - Type: SingleAxisOptions - Update requires: No interruption 
- SmallMultiplesOptions
- 
                    The small multiples setup for the visual. Required: No Type: SmallMultiplesOptions Update requires: No interruption 
- SortConfiguration
- 
                    The sort configuration of a line chart. Required: No Type: LineChartSortConfiguration Update requires: No interruption 
- Tooltip
- 
                    The tooltip configuration of a line chart. Required: No Type: TooltipOptions Update requires: No interruption 
- Type
- 
                    Determines the type of the line chart. Required: No Type: String Allowed values: LINE | AREA | STACKED_AREAUpdate requires: No interruption 
- VisualPalette
- 
                    The visual palette configuration of a line chart. Required: No Type: VisualPalette Update requires: No interruption 
- XAxisDisplayOptions
- 
                    The options that determine the presentation of the x-axis. Required: No Type: AxisDisplayOptions Update requires: No interruption 
- XAxisLabelOptions
- 
                    The options that determine the presentation of the x-axis label. Required: No Type: ChartAxisLabelOptions Update requires: No interruption