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

Description

 
Synopsis

Documentation

data BoxPlotChartConfiguration Source #

The configuration of a BoxPlotVisual.

See: newBoxPlotChartConfiguration smart constructor.

Constructors

BoxPlotChartConfiguration' 

Fields

Instances

Instances details
FromJSON BoxPlotChartConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BoxPlotChartConfiguration

ToJSON BoxPlotChartConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BoxPlotChartConfiguration

Generic BoxPlotChartConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BoxPlotChartConfiguration

Associated Types

type Rep BoxPlotChartConfiguration :: Type -> Type #

Show BoxPlotChartConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BoxPlotChartConfiguration

NFData BoxPlotChartConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BoxPlotChartConfiguration

Eq BoxPlotChartConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BoxPlotChartConfiguration

Hashable BoxPlotChartConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BoxPlotChartConfiguration

type Rep BoxPlotChartConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.BoxPlotChartConfiguration

type Rep BoxPlotChartConfiguration = D1 ('MetaData "BoxPlotChartConfiguration" "Amazonka.QuickSight.Types.BoxPlotChartConfiguration" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "BoxPlotChartConfiguration'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "boxPlotOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe BoxPlotOptions)) :*: S1 ('MetaSel ('Just "categoryAxis") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AxisDisplayOptions))) :*: (S1 ('MetaSel ('Just "categoryLabelOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ChartAxisLabelOptions)) :*: (S1 ('MetaSel ('Just "fieldWells") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe BoxPlotFieldWells)) :*: S1 ('MetaSel ('Just "legend") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LegendOptions))))) :*: ((S1 ('MetaSel ('Just "primaryYAxisDisplayOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AxisDisplayOptions)) :*: (S1 ('MetaSel ('Just "primaryYAxisLabelOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ChartAxisLabelOptions)) :*: S1 ('MetaSel ('Just "referenceLines") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ReferenceLine])))) :*: (S1 ('MetaSel ('Just "sortConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe BoxPlotSortConfiguration)) :*: (S1 ('MetaSel ('Just "tooltip") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TooltipOptions)) :*: S1 ('MetaSel ('Just "visualPalette") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe VisualPalette)))))))

newBoxPlotChartConfiguration :: BoxPlotChartConfiguration Source #

Create a value of BoxPlotChartConfiguration 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:boxPlotOptions:BoxPlotChartConfiguration', boxPlotChartConfiguration_boxPlotOptions - The box plot chart options for a box plot visual

$sel:categoryAxis:BoxPlotChartConfiguration', boxPlotChartConfiguration_categoryAxis - The label display options (grid line, range, scale, axis step) of a box plot category.

$sel:categoryLabelOptions:BoxPlotChartConfiguration', boxPlotChartConfiguration_categoryLabelOptions - The label options (label text, label visibility and sort Icon visibility) of a box plot category.

$sel:fieldWells:BoxPlotChartConfiguration', boxPlotChartConfiguration_fieldWells - The field wells of the visual.

$sel:legend:BoxPlotChartConfiguration', boxPlotChartConfiguration_legend - Undocumented member.

$sel:primaryYAxisDisplayOptions:BoxPlotChartConfiguration', boxPlotChartConfiguration_primaryYAxisDisplayOptions - The label display options (grid line, range, scale, axis step) of a box plot category.

$sel:primaryYAxisLabelOptions:BoxPlotChartConfiguration', boxPlotChartConfiguration_primaryYAxisLabelOptions - The label options (label text, label visibility and sort icon visibility) of a box plot value.

$sel:referenceLines:BoxPlotChartConfiguration', boxPlotChartConfiguration_referenceLines - The reference line setup of the visual.

$sel:sortConfiguration:BoxPlotChartConfiguration', boxPlotChartConfiguration_sortConfiguration - The sort configuration of a BoxPlotVisual.

$sel:tooltip:BoxPlotChartConfiguration', boxPlotChartConfiguration_tooltip - The tooltip display setup of the visual.

$sel:visualPalette:BoxPlotChartConfiguration', boxPlotChartConfiguration_visualPalette - The palette (chart color) display setup of the visual.

boxPlotChartConfiguration_categoryAxis :: Lens' BoxPlotChartConfiguration (Maybe AxisDisplayOptions) Source #

The label display options (grid line, range, scale, axis step) of a box plot category.

boxPlotChartConfiguration_categoryLabelOptions :: Lens' BoxPlotChartConfiguration (Maybe ChartAxisLabelOptions) Source #

The label options (label text, label visibility and sort Icon visibility) of a box plot category.

boxPlotChartConfiguration_primaryYAxisDisplayOptions :: Lens' BoxPlotChartConfiguration (Maybe AxisDisplayOptions) Source #

The label display options (grid line, range, scale, axis step) of a box plot category.

boxPlotChartConfiguration_primaryYAxisLabelOptions :: Lens' BoxPlotChartConfiguration (Maybe ChartAxisLabelOptions) Source #

The label options (label text, label visibility and sort icon visibility) of a box plot value.

boxPlotChartConfiguration_visualPalette :: Lens' BoxPlotChartConfiguration (Maybe VisualPalette) Source #

The palette (chart color) display setup of the visual.