amazonka-quicksight-2.0: Amazon QuickSight SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.QuickSight.Types.LineChartVisual

Description

 
Synopsis

Documentation

data LineChartVisual Source #

A line chart.

For more information, see Using line charts in the Amazon QuickSight User Guide.

See: newLineChartVisual smart constructor.

Constructors

LineChartVisual' 

Fields

Instances

Instances details
FromJSON LineChartVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineChartVisual

ToJSON LineChartVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineChartVisual

Generic LineChartVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineChartVisual

Associated Types

type Rep LineChartVisual :: Type -> Type #

Show LineChartVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineChartVisual

NFData LineChartVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineChartVisual

Methods

rnf :: LineChartVisual -> () #

Eq LineChartVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineChartVisual

Hashable LineChartVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineChartVisual

type Rep LineChartVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineChartVisual

newLineChartVisual Source #

Create a value of LineChartVisual with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:actions:LineChartVisual', lineChartVisual_actions - The list of custom actions that are configured for a visual.

$sel:chartConfiguration:LineChartVisual', lineChartVisual_chartConfiguration - The configuration of a line chart.

$sel:columnHierarchies:LineChartVisual', lineChartVisual_columnHierarchies - The column hierarchy that is used during drill-downs and drill-ups.

$sel:subtitle:LineChartVisual', lineChartVisual_subtitle - The subtitle that is displayed on the visual.

$sel:title:LineChartVisual', lineChartVisual_title - The title that is displayed on the visual.

$sel:visualId:LineChartVisual', lineChartVisual_visualId - The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.

lineChartVisual_actions :: Lens' LineChartVisual (Maybe [VisualCustomAction]) Source #

The list of custom actions that are configured for a visual.

lineChartVisual_columnHierarchies :: Lens' LineChartVisual (Maybe [ColumnHierarchy]) Source #

The column hierarchy that is used during drill-downs and drill-ups.

lineChartVisual_subtitle :: Lens' LineChartVisual (Maybe VisualSubtitleLabelOptions) Source #

The subtitle that is displayed on the visual.

lineChartVisual_title :: Lens' LineChartVisual (Maybe VisualTitleLabelOptions) Source #

The title that is displayed on the visual.

lineChartVisual_visualId :: Lens' LineChartVisual Text Source #

The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.