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.LineChartAggregatedFieldWells

Description

 
Synopsis

Documentation

data LineChartAggregatedFieldWells Source #

The field well configuration of a line chart.

See: newLineChartAggregatedFieldWells smart constructor.

Constructors

LineChartAggregatedFieldWells' 

Fields

Instances

Instances details
FromJSON LineChartAggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineChartAggregatedFieldWells

ToJSON LineChartAggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineChartAggregatedFieldWells

Generic LineChartAggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineChartAggregatedFieldWells

Associated Types

type Rep LineChartAggregatedFieldWells :: Type -> Type #

Show LineChartAggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineChartAggregatedFieldWells

NFData LineChartAggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineChartAggregatedFieldWells

Eq LineChartAggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineChartAggregatedFieldWells

Hashable LineChartAggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineChartAggregatedFieldWells

type Rep LineChartAggregatedFieldWells Source # 
Instance details

Defined in Amazonka.QuickSight.Types.LineChartAggregatedFieldWells

type Rep LineChartAggregatedFieldWells = D1 ('MetaData "LineChartAggregatedFieldWells" "Amazonka.QuickSight.Types.LineChartAggregatedFieldWells" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "LineChartAggregatedFieldWells'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "category") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DimensionField])) :*: S1 ('MetaSel ('Just "colors") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DimensionField]))) :*: (S1 ('MetaSel ('Just "smallMultiples") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DimensionField])) :*: S1 ('MetaSel ('Just "values") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [MeasureField])))))

newLineChartAggregatedFieldWells :: LineChartAggregatedFieldWells Source #

Create a value of LineChartAggregatedFieldWells 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:category:LineChartAggregatedFieldWells', lineChartAggregatedFieldWells_category - The category field wells of a line chart. Values are grouped by category fields.

$sel:colors:LineChartAggregatedFieldWells', lineChartAggregatedFieldWells_colors - The color field wells of a line chart. Values are grouped by category fields.

$sel:smallMultiples:LineChartAggregatedFieldWells', lineChartAggregatedFieldWells_smallMultiples - The small multiples field well of a line chart.

$sel:values:LineChartAggregatedFieldWells', lineChartAggregatedFieldWells_values - The value field wells of a line chart. Values are aggregated based on categories.

lineChartAggregatedFieldWells_category :: Lens' LineChartAggregatedFieldWells (Maybe [DimensionField]) Source #

The category field wells of a line chart. Values are grouped by category fields.

lineChartAggregatedFieldWells_colors :: Lens' LineChartAggregatedFieldWells (Maybe [DimensionField]) Source #

The color field wells of a line chart. Values are grouped by category fields.

lineChartAggregatedFieldWells_values :: Lens' LineChartAggregatedFieldWells (Maybe [MeasureField]) Source #

The value field wells of a line chart. Values are aggregated based on categories.