module Stratosphere.QuickSight.Analysis.ComboChartConfigurationProperty (
        module Exports, ComboChartConfigurationProperty(..),
        mkComboChartConfigurationProperty
    ) where
import qualified Data.Aeson as JSON
import qualified Stratosphere.Prelude as Prelude
import Stratosphere.Property
import {-# SOURCE #-} Stratosphere.QuickSight.Analysis.AxisDisplayOptionsProperty as Exports
import {-# SOURCE #-} Stratosphere.QuickSight.Analysis.ChartAxisLabelOptionsProperty as Exports
import {-# SOURCE #-} Stratosphere.QuickSight.Analysis.ComboChartFieldWellsProperty as Exports
import {-# SOURCE #-} Stratosphere.QuickSight.Analysis.ComboChartSortConfigurationProperty as Exports
import {-# SOURCE #-} Stratosphere.QuickSight.Analysis.DataLabelOptionsProperty as Exports
import {-# SOURCE #-} Stratosphere.QuickSight.Analysis.LegendOptionsProperty as Exports
import {-# SOURCE #-} Stratosphere.QuickSight.Analysis.ReferenceLineProperty as Exports
import {-# SOURCE #-} Stratosphere.QuickSight.Analysis.SingleAxisOptionsProperty as Exports
import {-# SOURCE #-} Stratosphere.QuickSight.Analysis.TooltipOptionsProperty as Exports
import {-# SOURCE #-} Stratosphere.QuickSight.Analysis.VisualInteractionOptionsProperty as Exports
import {-# SOURCE #-} Stratosphere.QuickSight.Analysis.VisualPaletteProperty as Exports
import Stratosphere.ResourceProperties
import Stratosphere.Value
data ComboChartConfigurationProperty
  = -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-combochartconfiguration.html>
    ComboChartConfigurationProperty {ComboChartConfigurationProperty -> ()
haddock_workaround_ :: (),
                                     -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-combochartconfiguration.html#cfn-quicksight-analysis-combochartconfiguration-bardatalabels>
                                     ComboChartConfigurationProperty -> Maybe DataLabelOptionsProperty
barDataLabels :: (Prelude.Maybe DataLabelOptionsProperty),
                                     -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-combochartconfiguration.html#cfn-quicksight-analysis-combochartconfiguration-barsarrangement>
                                     ComboChartConfigurationProperty -> Maybe (Value Text)
barsArrangement :: (Prelude.Maybe (Value Prelude.Text)),
                                     -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-combochartconfiguration.html#cfn-quicksight-analysis-combochartconfiguration-categoryaxis>
                                     ComboChartConfigurationProperty -> Maybe AxisDisplayOptionsProperty
categoryAxis :: (Prelude.Maybe AxisDisplayOptionsProperty),
                                     -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-combochartconfiguration.html#cfn-quicksight-analysis-combochartconfiguration-categorylabeloptions>
                                     ComboChartConfigurationProperty
-> Maybe ChartAxisLabelOptionsProperty
categoryLabelOptions :: (Prelude.Maybe ChartAxisLabelOptionsProperty),
                                     -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-combochartconfiguration.html#cfn-quicksight-analysis-combochartconfiguration-colorlabeloptions>
                                     ComboChartConfigurationProperty
-> Maybe ChartAxisLabelOptionsProperty
colorLabelOptions :: (Prelude.Maybe ChartAxisLabelOptionsProperty),
                                     -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-combochartconfiguration.html#cfn-quicksight-analysis-combochartconfiguration-fieldwells>
                                     ComboChartConfigurationProperty
-> Maybe ComboChartFieldWellsProperty
fieldWells :: (Prelude.Maybe ComboChartFieldWellsProperty),
                                     -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-combochartconfiguration.html#cfn-quicksight-analysis-combochartconfiguration-interactions>
                                     ComboChartConfigurationProperty
-> Maybe VisualInteractionOptionsProperty
interactions :: (Prelude.Maybe VisualInteractionOptionsProperty),
                                     -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-combochartconfiguration.html#cfn-quicksight-analysis-combochartconfiguration-legend>
                                     ComboChartConfigurationProperty -> Maybe LegendOptionsProperty
legend :: (Prelude.Maybe LegendOptionsProperty),
                                     -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-combochartconfiguration.html#cfn-quicksight-analysis-combochartconfiguration-linedatalabels>
                                     ComboChartConfigurationProperty -> Maybe DataLabelOptionsProperty
lineDataLabels :: (Prelude.Maybe DataLabelOptionsProperty),
                                     -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-combochartconfiguration.html#cfn-quicksight-analysis-combochartconfiguration-primaryyaxisdisplayoptions>
                                     ComboChartConfigurationProperty -> Maybe AxisDisplayOptionsProperty
primaryYAxisDisplayOptions :: (Prelude.Maybe AxisDisplayOptionsProperty),
                                     -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-combochartconfiguration.html#cfn-quicksight-analysis-combochartconfiguration-primaryyaxislabeloptions>
                                     ComboChartConfigurationProperty
-> Maybe ChartAxisLabelOptionsProperty
primaryYAxisLabelOptions :: (Prelude.Maybe ChartAxisLabelOptionsProperty),
                                     -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-combochartconfiguration.html#cfn-quicksight-analysis-combochartconfiguration-referencelines>
                                     ComboChartConfigurationProperty -> Maybe [ReferenceLineProperty]
referenceLines :: (Prelude.Maybe [ReferenceLineProperty]),
                                     -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-combochartconfiguration.html#cfn-quicksight-analysis-combochartconfiguration-secondaryyaxisdisplayoptions>
                                     ComboChartConfigurationProperty -> Maybe AxisDisplayOptionsProperty
secondaryYAxisDisplayOptions :: (Prelude.Maybe AxisDisplayOptionsProperty),
                                     -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-combochartconfiguration.html#cfn-quicksight-analysis-combochartconfiguration-secondaryyaxislabeloptions>
                                     ComboChartConfigurationProperty
-> Maybe ChartAxisLabelOptionsProperty
secondaryYAxisLabelOptions :: (Prelude.Maybe ChartAxisLabelOptionsProperty),
                                     -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-combochartconfiguration.html#cfn-quicksight-analysis-combochartconfiguration-singleaxisoptions>
                                     ComboChartConfigurationProperty -> Maybe SingleAxisOptionsProperty
singleAxisOptions :: (Prelude.Maybe SingleAxisOptionsProperty),
                                     -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-combochartconfiguration.html#cfn-quicksight-analysis-combochartconfiguration-sortconfiguration>
                                     ComboChartConfigurationProperty
-> Maybe ComboChartSortConfigurationProperty
sortConfiguration :: (Prelude.Maybe ComboChartSortConfigurationProperty),
                                     -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-combochartconfiguration.html#cfn-quicksight-analysis-combochartconfiguration-tooltip>
                                     ComboChartConfigurationProperty -> Maybe TooltipOptionsProperty
tooltip :: (Prelude.Maybe TooltipOptionsProperty),
                                     -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-combochartconfiguration.html#cfn-quicksight-analysis-combochartconfiguration-visualpalette>
                                     ComboChartConfigurationProperty -> Maybe VisualPaletteProperty
visualPalette :: (Prelude.Maybe VisualPaletteProperty)}
  deriving stock (ComboChartConfigurationProperty
-> ComboChartConfigurationProperty -> Bool
(ComboChartConfigurationProperty
 -> ComboChartConfigurationProperty -> Bool)
-> (ComboChartConfigurationProperty
    -> ComboChartConfigurationProperty -> Bool)
-> Eq ComboChartConfigurationProperty
forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
$c== :: ComboChartConfigurationProperty
-> ComboChartConfigurationProperty -> Bool
== :: ComboChartConfigurationProperty
-> ComboChartConfigurationProperty -> Bool
$c/= :: ComboChartConfigurationProperty
-> ComboChartConfigurationProperty -> Bool
/= :: ComboChartConfigurationProperty
-> ComboChartConfigurationProperty -> Bool
Prelude.Eq, Int -> ComboChartConfigurationProperty -> ShowS
[ComboChartConfigurationProperty] -> ShowS
ComboChartConfigurationProperty -> String
(Int -> ComboChartConfigurationProperty -> ShowS)
-> (ComboChartConfigurationProperty -> String)
-> ([ComboChartConfigurationProperty] -> ShowS)
-> Show ComboChartConfigurationProperty
forall a.
(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
$cshowsPrec :: Int -> ComboChartConfigurationProperty -> ShowS
showsPrec :: Int -> ComboChartConfigurationProperty -> ShowS
$cshow :: ComboChartConfigurationProperty -> String
show :: ComboChartConfigurationProperty -> String
$cshowList :: [ComboChartConfigurationProperty] -> ShowS
showList :: [ComboChartConfigurationProperty] -> ShowS
Prelude.Show)
mkComboChartConfigurationProperty ::
  ComboChartConfigurationProperty
mkComboChartConfigurationProperty :: ComboChartConfigurationProperty
mkComboChartConfigurationProperty
  = ComboChartConfigurationProperty
      {haddock_workaround_ :: ()
haddock_workaround_ = (), barDataLabels :: Maybe DataLabelOptionsProperty
barDataLabels = Maybe DataLabelOptionsProperty
forall a. Maybe a
Prelude.Nothing,
       barsArrangement :: Maybe (Value Text)
barsArrangement = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing, categoryAxis :: Maybe AxisDisplayOptionsProperty
categoryAxis = Maybe AxisDisplayOptionsProperty
forall a. Maybe a
Prelude.Nothing,
       categoryLabelOptions :: Maybe ChartAxisLabelOptionsProperty
categoryLabelOptions = Maybe ChartAxisLabelOptionsProperty
forall a. Maybe a
Prelude.Nothing,
       colorLabelOptions :: Maybe ChartAxisLabelOptionsProperty
colorLabelOptions = Maybe ChartAxisLabelOptionsProperty
forall a. Maybe a
Prelude.Nothing, fieldWells :: Maybe ComboChartFieldWellsProperty
fieldWells = Maybe ComboChartFieldWellsProperty
forall a. Maybe a
Prelude.Nothing,
       interactions :: Maybe VisualInteractionOptionsProperty
interactions = Maybe VisualInteractionOptionsProperty
forall a. Maybe a
Prelude.Nothing, legend :: Maybe LegendOptionsProperty
legend = Maybe LegendOptionsProperty
forall a. Maybe a
Prelude.Nothing,
       lineDataLabels :: Maybe DataLabelOptionsProperty
lineDataLabels = Maybe DataLabelOptionsProperty
forall a. Maybe a
Prelude.Nothing,
       primaryYAxisDisplayOptions :: Maybe AxisDisplayOptionsProperty
primaryYAxisDisplayOptions = Maybe AxisDisplayOptionsProperty
forall a. Maybe a
Prelude.Nothing,
       primaryYAxisLabelOptions :: Maybe ChartAxisLabelOptionsProperty
primaryYAxisLabelOptions = Maybe ChartAxisLabelOptionsProperty
forall a. Maybe a
Prelude.Nothing,
       referenceLines :: Maybe [ReferenceLineProperty]
referenceLines = Maybe [ReferenceLineProperty]
forall a. Maybe a
Prelude.Nothing,
       secondaryYAxisDisplayOptions :: Maybe AxisDisplayOptionsProperty
secondaryYAxisDisplayOptions = Maybe AxisDisplayOptionsProperty
forall a. Maybe a
Prelude.Nothing,
       secondaryYAxisLabelOptions :: Maybe ChartAxisLabelOptionsProperty
secondaryYAxisLabelOptions = Maybe ChartAxisLabelOptionsProperty
forall a. Maybe a
Prelude.Nothing,
       singleAxisOptions :: Maybe SingleAxisOptionsProperty
singleAxisOptions = Maybe SingleAxisOptionsProperty
forall a. Maybe a
Prelude.Nothing,
       sortConfiguration :: Maybe ComboChartSortConfigurationProperty
sortConfiguration = Maybe ComboChartSortConfigurationProperty
forall a. Maybe a
Prelude.Nothing, tooltip :: Maybe TooltipOptionsProperty
tooltip = Maybe TooltipOptionsProperty
forall a. Maybe a
Prelude.Nothing,
       visualPalette :: Maybe VisualPaletteProperty
visualPalette = Maybe VisualPaletteProperty
forall a. Maybe a
Prelude.Nothing}
instance ToResourceProperties ComboChartConfigurationProperty where
  toResourceProperties :: ComboChartConfigurationProperty -> ResourceProperties
toResourceProperties ComboChartConfigurationProperty {Maybe [ReferenceLineProperty]
Maybe (Value Text)
Maybe ChartAxisLabelOptionsProperty
Maybe LegendOptionsProperty
Maybe ComboChartSortConfigurationProperty
Maybe DataLabelOptionsProperty
Maybe ComboChartFieldWellsProperty
Maybe TooltipOptionsProperty
Maybe AxisDisplayOptionsProperty
Maybe VisualInteractionOptionsProperty
Maybe VisualPaletteProperty
Maybe SingleAxisOptionsProperty
()
haddock_workaround_ :: ComboChartConfigurationProperty -> ()
barDataLabels :: ComboChartConfigurationProperty -> Maybe DataLabelOptionsProperty
barsArrangement :: ComboChartConfigurationProperty -> Maybe (Value Text)
categoryAxis :: ComboChartConfigurationProperty -> Maybe AxisDisplayOptionsProperty
categoryLabelOptions :: ComboChartConfigurationProperty
-> Maybe ChartAxisLabelOptionsProperty
colorLabelOptions :: ComboChartConfigurationProperty
-> Maybe ChartAxisLabelOptionsProperty
fieldWells :: ComboChartConfigurationProperty
-> Maybe ComboChartFieldWellsProperty
interactions :: ComboChartConfigurationProperty
-> Maybe VisualInteractionOptionsProperty
legend :: ComboChartConfigurationProperty -> Maybe LegendOptionsProperty
lineDataLabels :: ComboChartConfigurationProperty -> Maybe DataLabelOptionsProperty
primaryYAxisDisplayOptions :: ComboChartConfigurationProperty -> Maybe AxisDisplayOptionsProperty
primaryYAxisLabelOptions :: ComboChartConfigurationProperty
-> Maybe ChartAxisLabelOptionsProperty
referenceLines :: ComboChartConfigurationProperty -> Maybe [ReferenceLineProperty]
secondaryYAxisDisplayOptions :: ComboChartConfigurationProperty -> Maybe AxisDisplayOptionsProperty
secondaryYAxisLabelOptions :: ComboChartConfigurationProperty
-> Maybe ChartAxisLabelOptionsProperty
singleAxisOptions :: ComboChartConfigurationProperty -> Maybe SingleAxisOptionsProperty
sortConfiguration :: ComboChartConfigurationProperty
-> Maybe ComboChartSortConfigurationProperty
tooltip :: ComboChartConfigurationProperty -> Maybe TooltipOptionsProperty
visualPalette :: ComboChartConfigurationProperty -> Maybe VisualPaletteProperty
haddock_workaround_ :: ()
barDataLabels :: Maybe DataLabelOptionsProperty
barsArrangement :: Maybe (Value Text)
categoryAxis :: Maybe AxisDisplayOptionsProperty
categoryLabelOptions :: Maybe ChartAxisLabelOptionsProperty
colorLabelOptions :: Maybe ChartAxisLabelOptionsProperty
fieldWells :: Maybe ComboChartFieldWellsProperty
interactions :: Maybe VisualInteractionOptionsProperty
legend :: Maybe LegendOptionsProperty
lineDataLabels :: Maybe DataLabelOptionsProperty
primaryYAxisDisplayOptions :: Maybe AxisDisplayOptionsProperty
primaryYAxisLabelOptions :: Maybe ChartAxisLabelOptionsProperty
referenceLines :: Maybe [ReferenceLineProperty]
secondaryYAxisDisplayOptions :: Maybe AxisDisplayOptionsProperty
secondaryYAxisLabelOptions :: Maybe ChartAxisLabelOptionsProperty
singleAxisOptions :: Maybe SingleAxisOptionsProperty
sortConfiguration :: Maybe ComboChartSortConfigurationProperty
tooltip :: Maybe TooltipOptionsProperty
visualPalette :: Maybe VisualPaletteProperty
..}
    = ResourceProperties
        {awsType :: Text
awsType = Text
"AWS::QuickSight::Analysis.ComboChartConfiguration",
         supportsTags :: Bool
supportsTags = Bool
Prelude.False,
         properties :: Object
properties = [Item Object] -> Object
forall l. IsList l => [Item l] -> l
Prelude.fromList
                        ([Maybe (Key, Value)] -> [(Key, Value)]
forall a. [Maybe a] -> [a]
Prelude.catMaybes
                           [Key -> DataLabelOptionsProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"BarDataLabels" (DataLabelOptionsProperty -> (Key, Value))
-> Maybe DataLabelOptionsProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe DataLabelOptionsProperty
barDataLabels,
                            Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"BarsArrangement" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
barsArrangement,
                            Key -> AxisDisplayOptionsProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"CategoryAxis" (AxisDisplayOptionsProperty -> (Key, Value))
-> Maybe AxisDisplayOptionsProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe AxisDisplayOptionsProperty
categoryAxis,
                            Key -> ChartAxisLabelOptionsProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"CategoryLabelOptions" (ChartAxisLabelOptionsProperty -> (Key, Value))
-> Maybe ChartAxisLabelOptionsProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe ChartAxisLabelOptionsProperty
categoryLabelOptions,
                            Key -> ChartAxisLabelOptionsProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"ColorLabelOptions" (ChartAxisLabelOptionsProperty -> (Key, Value))
-> Maybe ChartAxisLabelOptionsProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe ChartAxisLabelOptionsProperty
colorLabelOptions,
                            Key -> ComboChartFieldWellsProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"FieldWells" (ComboChartFieldWellsProperty -> (Key, Value))
-> Maybe ComboChartFieldWellsProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe ComboChartFieldWellsProperty
fieldWells,
                            Key -> VisualInteractionOptionsProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Interactions" (VisualInteractionOptionsProperty -> (Key, Value))
-> Maybe VisualInteractionOptionsProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe VisualInteractionOptionsProperty
interactions,
                            Key -> LegendOptionsProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Legend" (LegendOptionsProperty -> (Key, Value))
-> Maybe LegendOptionsProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe LegendOptionsProperty
legend,
                            Key -> DataLabelOptionsProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"LineDataLabels" (DataLabelOptionsProperty -> (Key, Value))
-> Maybe DataLabelOptionsProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe DataLabelOptionsProperty
lineDataLabels,
                            Key -> AxisDisplayOptionsProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"PrimaryYAxisDisplayOptions"
                              (AxisDisplayOptionsProperty -> (Key, Value))
-> Maybe AxisDisplayOptionsProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe AxisDisplayOptionsProperty
primaryYAxisDisplayOptions,
                            Key -> ChartAxisLabelOptionsProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"PrimaryYAxisLabelOptions"
                              (ChartAxisLabelOptionsProperty -> (Key, Value))
-> Maybe ChartAxisLabelOptionsProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe ChartAxisLabelOptionsProperty
primaryYAxisLabelOptions,
                            Key -> [ReferenceLineProperty] -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"ReferenceLines" ([ReferenceLineProperty] -> (Key, Value))
-> Maybe [ReferenceLineProperty] -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe [ReferenceLineProperty]
referenceLines,
                            Key -> AxisDisplayOptionsProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"SecondaryYAxisDisplayOptions"
                              (AxisDisplayOptionsProperty -> (Key, Value))
-> Maybe AxisDisplayOptionsProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe AxisDisplayOptionsProperty
secondaryYAxisDisplayOptions,
                            Key -> ChartAxisLabelOptionsProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"SecondaryYAxisLabelOptions"
                              (ChartAxisLabelOptionsProperty -> (Key, Value))
-> Maybe ChartAxisLabelOptionsProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe ChartAxisLabelOptionsProperty
secondaryYAxisLabelOptions,
                            Key -> SingleAxisOptionsProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"SingleAxisOptions" (SingleAxisOptionsProperty -> (Key, Value))
-> Maybe SingleAxisOptionsProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe SingleAxisOptionsProperty
singleAxisOptions,
                            Key -> ComboChartSortConfigurationProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"SortConfiguration" (ComboChartSortConfigurationProperty -> (Key, Value))
-> Maybe ComboChartSortConfigurationProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe ComboChartSortConfigurationProperty
sortConfiguration,
                            Key -> TooltipOptionsProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Tooltip" (TooltipOptionsProperty -> (Key, Value))
-> Maybe TooltipOptionsProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe TooltipOptionsProperty
tooltip,
                            Key -> VisualPaletteProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"VisualPalette" (VisualPaletteProperty -> (Key, Value))
-> Maybe VisualPaletteProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe VisualPaletteProperty
visualPalette])}
instance JSON.ToJSON ComboChartConfigurationProperty where
  toJSON :: ComboChartConfigurationProperty -> Value
toJSON ComboChartConfigurationProperty {Maybe [ReferenceLineProperty]
Maybe (Value Text)
Maybe ChartAxisLabelOptionsProperty
Maybe LegendOptionsProperty
Maybe ComboChartSortConfigurationProperty
Maybe DataLabelOptionsProperty
Maybe ComboChartFieldWellsProperty
Maybe TooltipOptionsProperty
Maybe AxisDisplayOptionsProperty
Maybe VisualInteractionOptionsProperty
Maybe VisualPaletteProperty
Maybe SingleAxisOptionsProperty
()
haddock_workaround_ :: ComboChartConfigurationProperty -> ()
barDataLabels :: ComboChartConfigurationProperty -> Maybe DataLabelOptionsProperty
barsArrangement :: ComboChartConfigurationProperty -> Maybe (Value Text)
categoryAxis :: ComboChartConfigurationProperty -> Maybe AxisDisplayOptionsProperty
categoryLabelOptions :: ComboChartConfigurationProperty
-> Maybe ChartAxisLabelOptionsProperty
colorLabelOptions :: ComboChartConfigurationProperty
-> Maybe ChartAxisLabelOptionsProperty
fieldWells :: ComboChartConfigurationProperty
-> Maybe ComboChartFieldWellsProperty
interactions :: ComboChartConfigurationProperty
-> Maybe VisualInteractionOptionsProperty
legend :: ComboChartConfigurationProperty -> Maybe LegendOptionsProperty
lineDataLabels :: ComboChartConfigurationProperty -> Maybe DataLabelOptionsProperty
primaryYAxisDisplayOptions :: ComboChartConfigurationProperty -> Maybe AxisDisplayOptionsProperty
primaryYAxisLabelOptions :: ComboChartConfigurationProperty
-> Maybe ChartAxisLabelOptionsProperty
referenceLines :: ComboChartConfigurationProperty -> Maybe [ReferenceLineProperty]
secondaryYAxisDisplayOptions :: ComboChartConfigurationProperty -> Maybe AxisDisplayOptionsProperty
secondaryYAxisLabelOptions :: ComboChartConfigurationProperty
-> Maybe ChartAxisLabelOptionsProperty
singleAxisOptions :: ComboChartConfigurationProperty -> Maybe SingleAxisOptionsProperty
sortConfiguration :: ComboChartConfigurationProperty
-> Maybe ComboChartSortConfigurationProperty
tooltip :: ComboChartConfigurationProperty -> Maybe TooltipOptionsProperty
visualPalette :: ComboChartConfigurationProperty -> Maybe VisualPaletteProperty
haddock_workaround_ :: ()
barDataLabels :: Maybe DataLabelOptionsProperty
barsArrangement :: Maybe (Value Text)
categoryAxis :: Maybe AxisDisplayOptionsProperty
categoryLabelOptions :: Maybe ChartAxisLabelOptionsProperty
colorLabelOptions :: Maybe ChartAxisLabelOptionsProperty
fieldWells :: Maybe ComboChartFieldWellsProperty
interactions :: Maybe VisualInteractionOptionsProperty
legend :: Maybe LegendOptionsProperty
lineDataLabels :: Maybe DataLabelOptionsProperty
primaryYAxisDisplayOptions :: Maybe AxisDisplayOptionsProperty
primaryYAxisLabelOptions :: Maybe ChartAxisLabelOptionsProperty
referenceLines :: Maybe [ReferenceLineProperty]
secondaryYAxisDisplayOptions :: Maybe AxisDisplayOptionsProperty
secondaryYAxisLabelOptions :: Maybe ChartAxisLabelOptionsProperty
singleAxisOptions :: Maybe SingleAxisOptionsProperty
sortConfiguration :: Maybe ComboChartSortConfigurationProperty
tooltip :: Maybe TooltipOptionsProperty
visualPalette :: Maybe VisualPaletteProperty
..}
    = [(Key, Value)] -> Value
JSON.object
        ([Item [(Key, Value)]] -> [(Key, Value)]
forall l. IsList l => [Item l] -> l
Prelude.fromList
           ([Maybe (Key, Value)] -> [(Key, Value)]
forall a. [Maybe a] -> [a]
Prelude.catMaybes
              [Key -> DataLabelOptionsProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"BarDataLabels" (DataLabelOptionsProperty -> (Key, Value))
-> Maybe DataLabelOptionsProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe DataLabelOptionsProperty
barDataLabels,
               Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"BarsArrangement" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
barsArrangement,
               Key -> AxisDisplayOptionsProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"CategoryAxis" (AxisDisplayOptionsProperty -> (Key, Value))
-> Maybe AxisDisplayOptionsProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe AxisDisplayOptionsProperty
categoryAxis,
               Key -> ChartAxisLabelOptionsProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"CategoryLabelOptions" (ChartAxisLabelOptionsProperty -> (Key, Value))
-> Maybe ChartAxisLabelOptionsProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe ChartAxisLabelOptionsProperty
categoryLabelOptions,
               Key -> ChartAxisLabelOptionsProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"ColorLabelOptions" (ChartAxisLabelOptionsProperty -> (Key, Value))
-> Maybe ChartAxisLabelOptionsProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe ChartAxisLabelOptionsProperty
colorLabelOptions,
               Key -> ComboChartFieldWellsProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"FieldWells" (ComboChartFieldWellsProperty -> (Key, Value))
-> Maybe ComboChartFieldWellsProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe ComboChartFieldWellsProperty
fieldWells,
               Key -> VisualInteractionOptionsProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Interactions" (VisualInteractionOptionsProperty -> (Key, Value))
-> Maybe VisualInteractionOptionsProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe VisualInteractionOptionsProperty
interactions,
               Key -> LegendOptionsProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Legend" (LegendOptionsProperty -> (Key, Value))
-> Maybe LegendOptionsProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe LegendOptionsProperty
legend,
               Key -> DataLabelOptionsProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"LineDataLabels" (DataLabelOptionsProperty -> (Key, Value))
-> Maybe DataLabelOptionsProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe DataLabelOptionsProperty
lineDataLabels,
               Key -> AxisDisplayOptionsProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"PrimaryYAxisDisplayOptions"
                 (AxisDisplayOptionsProperty -> (Key, Value))
-> Maybe AxisDisplayOptionsProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe AxisDisplayOptionsProperty
primaryYAxisDisplayOptions,
               Key -> ChartAxisLabelOptionsProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"PrimaryYAxisLabelOptions"
                 (ChartAxisLabelOptionsProperty -> (Key, Value))
-> Maybe ChartAxisLabelOptionsProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe ChartAxisLabelOptionsProperty
primaryYAxisLabelOptions,
               Key -> [ReferenceLineProperty] -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"ReferenceLines" ([ReferenceLineProperty] -> (Key, Value))
-> Maybe [ReferenceLineProperty] -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe [ReferenceLineProperty]
referenceLines,
               Key -> AxisDisplayOptionsProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"SecondaryYAxisDisplayOptions"
                 (AxisDisplayOptionsProperty -> (Key, Value))
-> Maybe AxisDisplayOptionsProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe AxisDisplayOptionsProperty
secondaryYAxisDisplayOptions,
               Key -> ChartAxisLabelOptionsProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"SecondaryYAxisLabelOptions"
                 (ChartAxisLabelOptionsProperty -> (Key, Value))
-> Maybe ChartAxisLabelOptionsProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe ChartAxisLabelOptionsProperty
secondaryYAxisLabelOptions,
               Key -> SingleAxisOptionsProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"SingleAxisOptions" (SingleAxisOptionsProperty -> (Key, Value))
-> Maybe SingleAxisOptionsProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe SingleAxisOptionsProperty
singleAxisOptions,
               Key -> ComboChartSortConfigurationProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"SortConfiguration" (ComboChartSortConfigurationProperty -> (Key, Value))
-> Maybe ComboChartSortConfigurationProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe ComboChartSortConfigurationProperty
sortConfiguration,
               Key -> TooltipOptionsProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Tooltip" (TooltipOptionsProperty -> (Key, Value))
-> Maybe TooltipOptionsProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe TooltipOptionsProperty
tooltip,
               Key -> VisualPaletteProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"VisualPalette" (VisualPaletteProperty -> (Key, Value))
-> Maybe VisualPaletteProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe VisualPaletteProperty
visualPalette]))
instance Property "BarDataLabels" ComboChartConfigurationProperty where
  type PropertyType "BarDataLabels" ComboChartConfigurationProperty = DataLabelOptionsProperty
  set :: PropertyType "BarDataLabels" ComboChartConfigurationProperty
-> ComboChartConfigurationProperty
-> ComboChartConfigurationProperty
set PropertyType "BarDataLabels" ComboChartConfigurationProperty
newValue ComboChartConfigurationProperty {Maybe [ReferenceLineProperty]
Maybe (Value Text)
Maybe ChartAxisLabelOptionsProperty
Maybe LegendOptionsProperty
Maybe ComboChartSortConfigurationProperty
Maybe DataLabelOptionsProperty
Maybe ComboChartFieldWellsProperty
Maybe TooltipOptionsProperty
Maybe AxisDisplayOptionsProperty
Maybe VisualInteractionOptionsProperty
Maybe VisualPaletteProperty
Maybe SingleAxisOptionsProperty
()
haddock_workaround_ :: ComboChartConfigurationProperty -> ()
barDataLabels :: ComboChartConfigurationProperty -> Maybe DataLabelOptionsProperty
barsArrangement :: ComboChartConfigurationProperty -> Maybe (Value Text)
categoryAxis :: ComboChartConfigurationProperty -> Maybe AxisDisplayOptionsProperty
categoryLabelOptions :: ComboChartConfigurationProperty
-> Maybe ChartAxisLabelOptionsProperty
colorLabelOptions :: ComboChartConfigurationProperty
-> Maybe ChartAxisLabelOptionsProperty
fieldWells :: ComboChartConfigurationProperty
-> Maybe ComboChartFieldWellsProperty
interactions :: ComboChartConfigurationProperty
-> Maybe VisualInteractionOptionsProperty
legend :: ComboChartConfigurationProperty -> Maybe LegendOptionsProperty
lineDataLabels :: ComboChartConfigurationProperty -> Maybe DataLabelOptionsProperty
primaryYAxisDisplayOptions :: ComboChartConfigurationProperty -> Maybe AxisDisplayOptionsProperty
primaryYAxisLabelOptions :: ComboChartConfigurationProperty
-> Maybe ChartAxisLabelOptionsProperty
referenceLines :: ComboChartConfigurationProperty -> Maybe [ReferenceLineProperty]
secondaryYAxisDisplayOptions :: ComboChartConfigurationProperty -> Maybe AxisDisplayOptionsProperty
secondaryYAxisLabelOptions :: ComboChartConfigurationProperty
-> Maybe ChartAxisLabelOptionsProperty
singleAxisOptions :: ComboChartConfigurationProperty -> Maybe SingleAxisOptionsProperty
sortConfiguration :: ComboChartConfigurationProperty
-> Maybe ComboChartSortConfigurationProperty
tooltip :: ComboChartConfigurationProperty -> Maybe TooltipOptionsProperty
visualPalette :: ComboChartConfigurationProperty -> Maybe VisualPaletteProperty
haddock_workaround_ :: ()
barDataLabels :: Maybe DataLabelOptionsProperty
barsArrangement :: Maybe (Value Text)
categoryAxis :: Maybe AxisDisplayOptionsProperty
categoryLabelOptions :: Maybe ChartAxisLabelOptionsProperty
colorLabelOptions :: Maybe ChartAxisLabelOptionsProperty
fieldWells :: Maybe ComboChartFieldWellsProperty
interactions :: Maybe VisualInteractionOptionsProperty
legend :: Maybe LegendOptionsProperty
lineDataLabels :: Maybe DataLabelOptionsProperty
primaryYAxisDisplayOptions :: Maybe AxisDisplayOptionsProperty
primaryYAxisLabelOptions :: Maybe ChartAxisLabelOptionsProperty
referenceLines :: Maybe [ReferenceLineProperty]
secondaryYAxisDisplayOptions :: Maybe AxisDisplayOptionsProperty
secondaryYAxisLabelOptions :: Maybe ChartAxisLabelOptionsProperty
singleAxisOptions :: Maybe SingleAxisOptionsProperty
sortConfiguration :: Maybe ComboChartSortConfigurationProperty
tooltip :: Maybe TooltipOptionsProperty
visualPalette :: Maybe VisualPaletteProperty
..}
    = ComboChartConfigurationProperty
        {barDataLabels :: Maybe DataLabelOptionsProperty
barDataLabels = DataLabelOptionsProperty -> Maybe DataLabelOptionsProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "BarDataLabels" ComboChartConfigurationProperty
DataLabelOptionsProperty
newValue, Maybe [ReferenceLineProperty]
Maybe (Value Text)
Maybe ChartAxisLabelOptionsProperty
Maybe LegendOptionsProperty
Maybe ComboChartSortConfigurationProperty
Maybe DataLabelOptionsProperty
Maybe ComboChartFieldWellsProperty
Maybe TooltipOptionsProperty
Maybe AxisDisplayOptionsProperty
Maybe VisualInteractionOptionsProperty
Maybe VisualPaletteProperty
Maybe SingleAxisOptionsProperty
()
haddock_workaround_ :: ()
barsArrangement :: Maybe (Value Text)
categoryAxis :: Maybe AxisDisplayOptionsProperty
categoryLabelOptions :: Maybe ChartAxisLabelOptionsProperty
colorLabelOptions :: Maybe ChartAxisLabelOptionsProperty
fieldWells :: Maybe ComboChartFieldWellsProperty
interactions :: Maybe VisualInteractionOptionsProperty
legend :: Maybe LegendOptionsProperty
lineDataLabels :: Maybe DataLabelOptionsProperty
primaryYAxisDisplayOptions :: Maybe AxisDisplayOptionsProperty
primaryYAxisLabelOptions :: Maybe ChartAxisLabelOptionsProperty
referenceLines :: Maybe [ReferenceLineProperty]
secondaryYAxisDisplayOptions :: Maybe AxisDisplayOptionsProperty
secondaryYAxisLabelOptions :: Maybe ChartAxisLabelOptionsProperty
singleAxisOptions :: Maybe SingleAxisOptionsProperty
sortConfiguration :: Maybe ComboChartSortConfigurationProperty
tooltip :: Maybe TooltipOptionsProperty
visualPalette :: Maybe VisualPaletteProperty
haddock_workaround_ :: ()
barsArrangement :: Maybe (Value Text)
categoryAxis :: Maybe AxisDisplayOptionsProperty
categoryLabelOptions :: Maybe ChartAxisLabelOptionsProperty
colorLabelOptions :: Maybe ChartAxisLabelOptionsProperty
fieldWells :: Maybe ComboChartFieldWellsProperty
interactions :: Maybe VisualInteractionOptionsProperty
legend :: Maybe LegendOptionsProperty
lineDataLabels :: Maybe DataLabelOptionsProperty
primaryYAxisDisplayOptions :: Maybe AxisDisplayOptionsProperty
primaryYAxisLabelOptions :: Maybe ChartAxisLabelOptionsProperty
referenceLines :: Maybe [ReferenceLineProperty]
secondaryYAxisDisplayOptions :: Maybe AxisDisplayOptionsProperty
secondaryYAxisLabelOptions :: Maybe ChartAxisLabelOptionsProperty
singleAxisOptions :: Maybe SingleAxisOptionsProperty
sortConfiguration :: Maybe ComboChartSortConfigurationProperty
tooltip :: Maybe TooltipOptionsProperty
visualPalette :: Maybe VisualPaletteProperty
..}
instance Property "BarsArrangement" ComboChartConfigurationProperty where
  type PropertyType "BarsArrangement" ComboChartConfigurationProperty = Value Prelude.Text
  set :: PropertyType "BarsArrangement" ComboChartConfigurationProperty
-> ComboChartConfigurationProperty
-> ComboChartConfigurationProperty
set PropertyType "BarsArrangement" ComboChartConfigurationProperty
newValue ComboChartConfigurationProperty {Maybe [ReferenceLineProperty]
Maybe (Value Text)
Maybe ChartAxisLabelOptionsProperty
Maybe LegendOptionsProperty
Maybe ComboChartSortConfigurationProperty
Maybe DataLabelOptionsProperty
Maybe ComboChartFieldWellsProperty
Maybe TooltipOptionsProperty
Maybe AxisDisplayOptionsProperty
Maybe VisualInteractionOptionsProperty
Maybe VisualPaletteProperty
Maybe SingleAxisOptionsProperty
()
haddock_workaround_ :: ComboChartConfigurationProperty -> ()
barDataLabels :: ComboChartConfigurationProperty -> Maybe DataLabelOptionsProperty
barsArrangement :: ComboChartConfigurationProperty -> Maybe (Value Text)
categoryAxis :: ComboChartConfigurationProperty -> Maybe AxisDisplayOptionsProperty
categoryLabelOptions :: ComboChartConfigurationProperty
-> Maybe ChartAxisLabelOptionsProperty
colorLabelOptions :: ComboChartConfigurationProperty
-> Maybe ChartAxisLabelOptionsProperty
fieldWells :: ComboChartConfigurationProperty
-> Maybe ComboChartFieldWellsProperty
interactions :: ComboChartConfigurationProperty
-> Maybe VisualInteractionOptionsProperty
legend :: ComboChartConfigurationProperty -> Maybe LegendOptionsProperty
lineDataLabels :: ComboChartConfigurationProperty -> Maybe DataLabelOptionsProperty
primaryYAxisDisplayOptions :: ComboChartConfigurationProperty -> Maybe AxisDisplayOptionsProperty
primaryYAxisLabelOptions :: ComboChartConfigurationProperty
-> Maybe ChartAxisLabelOptionsProperty
referenceLines :: ComboChartConfigurationProperty -> Maybe [ReferenceLineProperty]
secondaryYAxisDisplayOptions :: ComboChartConfigurationProperty -> Maybe AxisDisplayOptionsProperty
secondaryYAxisLabelOptions :: ComboChartConfigurationProperty
-> Maybe ChartAxisLabelOptionsProperty
singleAxisOptions :: ComboChartConfigurationProperty -> Maybe SingleAxisOptionsProperty
sortConfiguration :: ComboChartConfigurationProperty
-> Maybe ComboChartSortConfigurationProperty
tooltip :: ComboChartConfigurationProperty -> Maybe TooltipOptionsProperty
visualPalette :: ComboChartConfigurationProperty -> Maybe VisualPaletteProperty
haddock_workaround_ :: ()
barDataLabels :: Maybe DataLabelOptionsProperty
barsArrangement :: Maybe (Value Text)
categoryAxis :: Maybe AxisDisplayOptionsProperty
categoryLabelOptions :: Maybe ChartAxisLabelOptionsProperty
colorLabelOptions :: Maybe ChartAxisLabelOptionsProperty
fieldWells :: Maybe ComboChartFieldWellsProperty
interactions :: Maybe VisualInteractionOptionsProperty
legend :: Maybe LegendOptionsProperty
lineDataLabels :: Maybe DataLabelOptionsProperty
primaryYAxisDisplayOptions :: Maybe AxisDisplayOptionsProperty
primaryYAxisLabelOptions :: Maybe ChartAxisLabelOptionsProperty
referenceLines :: Maybe [ReferenceLineProperty]
secondaryYAxisDisplayOptions :: Maybe AxisDisplayOptionsProperty
secondaryYAxisLabelOptions :: Maybe ChartAxisLabelOptionsProperty
singleAxisOptions :: Maybe SingleAxisOptionsProperty
sortConfiguration :: Maybe ComboChartSortConfigurationProperty
tooltip :: Maybe TooltipOptionsProperty
visualPalette :: Maybe VisualPaletteProperty
..}
    = ComboChartConfigurationProperty
        {barsArrangement :: Maybe (Value Text)
barsArrangement = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "BarsArrangement" ComboChartConfigurationProperty
Value Text
newValue, Maybe [ReferenceLineProperty]
Maybe ChartAxisLabelOptionsProperty
Maybe LegendOptionsProperty
Maybe ComboChartSortConfigurationProperty
Maybe DataLabelOptionsProperty
Maybe ComboChartFieldWellsProperty
Maybe TooltipOptionsProperty
Maybe AxisDisplayOptionsProperty
Maybe VisualInteractionOptionsProperty
Maybe VisualPaletteProperty
Maybe SingleAxisOptionsProperty
()
haddock_workaround_ :: ()
barDataLabels :: Maybe DataLabelOptionsProperty
categoryAxis :: Maybe AxisDisplayOptionsProperty
categoryLabelOptions :: Maybe ChartAxisLabelOptionsProperty
colorLabelOptions :: Maybe ChartAxisLabelOptionsProperty
fieldWells :: Maybe ComboChartFieldWellsProperty
interactions :: Maybe VisualInteractionOptionsProperty
legend :: Maybe LegendOptionsProperty
lineDataLabels :: Maybe DataLabelOptionsProperty
primaryYAxisDisplayOptions :: Maybe AxisDisplayOptionsProperty
primaryYAxisLabelOptions :: Maybe ChartAxisLabelOptionsProperty
referenceLines :: Maybe [ReferenceLineProperty]
secondaryYAxisDisplayOptions :: Maybe AxisDisplayOptionsProperty
secondaryYAxisLabelOptions :: Maybe ChartAxisLabelOptionsProperty
singleAxisOptions :: Maybe SingleAxisOptionsProperty
sortConfiguration :: Maybe ComboChartSortConfigurationProperty
tooltip :: Maybe TooltipOptionsProperty
visualPalette :: Maybe VisualPaletteProperty
haddock_workaround_ :: ()
barDataLabels :: Maybe DataLabelOptionsProperty
categoryAxis :: Maybe AxisDisplayOptionsProperty
categoryLabelOptions :: Maybe ChartAxisLabelOptionsProperty
colorLabelOptions :: Maybe ChartAxisLabelOptionsProperty
fieldWells :: Maybe ComboChartFieldWellsProperty
interactions :: Maybe VisualInteractionOptionsProperty
legend :: Maybe LegendOptionsProperty
lineDataLabels :: Maybe DataLabelOptionsProperty
primaryYAxisDisplayOptions :: Maybe AxisDisplayOptionsProperty
primaryYAxisLabelOptions :: Maybe ChartAxisLabelOptionsProperty
referenceLines :: Maybe [ReferenceLineProperty]
secondaryYAxisDisplayOptions :: Maybe AxisDisplayOptionsProperty
secondaryYAxisLabelOptions :: Maybe ChartAxisLabelOptionsProperty
singleAxisOptions :: Maybe SingleAxisOptionsProperty
sortConfiguration :: Maybe ComboChartSortConfigurationProperty
tooltip :: Maybe TooltipOptionsProperty
visualPalette :: Maybe VisualPaletteProperty
..}
instance Property "CategoryAxis" ComboChartConfigurationProperty where
  type PropertyType "CategoryAxis" ComboChartConfigurationProperty = AxisDisplayOptionsProperty
  set :: PropertyType "CategoryAxis" ComboChartConfigurationProperty
-> ComboChartConfigurationProperty
-> ComboChartConfigurationProperty
set PropertyType "CategoryAxis" ComboChartConfigurationProperty
newValue ComboChartConfigurationProperty {Maybe [ReferenceLineProperty]
Maybe (Value Text)
Maybe ChartAxisLabelOptionsProperty
Maybe LegendOptionsProperty
Maybe ComboChartSortConfigurationProperty
Maybe DataLabelOptionsProperty
Maybe ComboChartFieldWellsProperty
Maybe TooltipOptionsProperty
Maybe AxisDisplayOptionsProperty
Maybe VisualInteractionOptionsProperty
Maybe VisualPaletteProperty
Maybe SingleAxisOptionsProperty
()
haddock_workaround_ :: ComboChartConfigurationProperty -> ()
barDataLabels :: ComboChartConfigurationProperty -> Maybe DataLabelOptionsProperty
barsArrangement :: ComboChartConfigurationProperty -> Maybe (Value Text)
categoryAxis :: ComboChartConfigurationProperty -> Maybe AxisDisplayOptionsProperty
categoryLabelOptions :: ComboChartConfigurationProperty
-> Maybe ChartAxisLabelOptionsProperty
colorLabelOptions :: ComboChartConfigurationProperty
-> Maybe ChartAxisLabelOptionsProperty
fieldWells :: ComboChartConfigurationProperty
-> Maybe ComboChartFieldWellsProperty
interactions :: ComboChartConfigurationProperty
-> Maybe VisualInteractionOptionsProperty
legend :: ComboChartConfigurationProperty -> Maybe LegendOptionsProperty
lineDataLabels :: ComboChartConfigurationProperty -> Maybe DataLabelOptionsProperty
primaryYAxisDisplayOptions :: ComboChartConfigurationProperty -> Maybe AxisDisplayOptionsProperty
primaryYAxisLabelOptions :: ComboChartConfigurationProperty
-> Maybe ChartAxisLabelOptionsProperty
referenceLines :: ComboChartConfigurationProperty -> Maybe [ReferenceLineProperty]
secondaryYAxisDisplayOptions :: ComboChartConfigurationProperty -> Maybe AxisDisplayOptionsProperty
secondaryYAxisLabelOptions :: ComboChartConfigurationProperty
-> Maybe ChartAxisLabelOptionsProperty
singleAxisOptions :: ComboChartConfigurationProperty -> Maybe SingleAxisOptionsProperty
sortConfiguration :: ComboChartConfigurationProperty
-> Maybe ComboChartSortConfigurationProperty
tooltip :: ComboChartConfigurationProperty -> Maybe TooltipOptionsProperty
visualPalette :: ComboChartConfigurationProperty -> Maybe VisualPaletteProperty
haddock_workaround_ :: ()
barDataLabels :: Maybe DataLabelOptionsProperty
barsArrangement :: Maybe (Value Text)
categoryAxis :: Maybe AxisDisplayOptionsProperty
categoryLabelOptions :: Maybe ChartAxisLabelOptionsProperty
colorLabelOptions :: Maybe ChartAxisLabelOptionsProperty
fieldWells :: Maybe ComboChartFieldWellsProperty
interactions :: Maybe VisualInteractionOptionsProperty
legend :: Maybe LegendOptionsProperty
lineDataLabels :: Maybe DataLabelOptionsProperty
primaryYAxisDisplayOptions :: Maybe AxisDisplayOptionsProperty
primaryYAxisLabelOptions :: Maybe ChartAxisLabelOptionsProperty
referenceLines :: Maybe [ReferenceLineProperty]
secondaryYAxisDisplayOptions :: Maybe AxisDisplayOptionsProperty
secondaryYAxisLabelOptions :: Maybe ChartAxisLabelOptionsProperty
singleAxisOptions :: Maybe SingleAxisOptionsProperty
sortConfiguration :: Maybe ComboChartSortConfigurationProperty
tooltip :: Maybe TooltipOptionsProperty
visualPalette :: Maybe VisualPaletteProperty
..}
    = ComboChartConfigurationProperty
        {categoryAxis :: Maybe AxisDisplayOptionsProperty
categoryAxis = AxisDisplayOptionsProperty -> Maybe AxisDisplayOptionsProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "CategoryAxis" ComboChartConfigurationProperty
AxisDisplayOptionsProperty
newValue, Maybe [ReferenceLineProperty]
Maybe (Value Text)
Maybe ChartAxisLabelOptionsProperty
Maybe LegendOptionsProperty
Maybe ComboChartSortConfigurationProperty
Maybe DataLabelOptionsProperty
Maybe ComboChartFieldWellsProperty
Maybe TooltipOptionsProperty
Maybe AxisDisplayOptionsProperty
Maybe VisualInteractionOptionsProperty
Maybe VisualPaletteProperty
Maybe SingleAxisOptionsProperty
()
haddock_workaround_ :: ()
barDataLabels :: Maybe DataLabelOptionsProperty
barsArrangement :: Maybe (Value Text)
categoryLabelOptions :: Maybe ChartAxisLabelOptionsProperty
colorLabelOptions :: Maybe ChartAxisLabelOptionsProperty
fieldWells :: Maybe ComboChartFieldWellsProperty
interactions :: Maybe VisualInteractionOptionsProperty
legend :: Maybe LegendOptionsProperty
lineDataLabels :: Maybe DataLabelOptionsProperty
primaryYAxisDisplayOptions :: Maybe AxisDisplayOptionsProperty
primaryYAxisLabelOptions :: Maybe ChartAxisLabelOptionsProperty
referenceLines :: Maybe [ReferenceLineProperty]
secondaryYAxisDisplayOptions :: Maybe AxisDisplayOptionsProperty
secondaryYAxisLabelOptions :: Maybe ChartAxisLabelOptionsProperty
singleAxisOptions :: Maybe SingleAxisOptionsProperty
sortConfiguration :: Maybe ComboChartSortConfigurationProperty
tooltip :: Maybe TooltipOptionsProperty
visualPalette :: Maybe VisualPaletteProperty
haddock_workaround_ :: ()
barDataLabels :: Maybe DataLabelOptionsProperty
barsArrangement :: Maybe (Value Text)
categoryLabelOptions :: Maybe ChartAxisLabelOptionsProperty
colorLabelOptions :: Maybe ChartAxisLabelOptionsProperty
fieldWells :: Maybe ComboChartFieldWellsProperty
interactions :: Maybe VisualInteractionOptionsProperty
legend :: Maybe LegendOptionsProperty
lineDataLabels :: Maybe DataLabelOptionsProperty
primaryYAxisDisplayOptions :: Maybe AxisDisplayOptionsProperty
primaryYAxisLabelOptions :: Maybe ChartAxisLabelOptionsProperty
referenceLines :: Maybe [ReferenceLineProperty]
secondaryYAxisDisplayOptions :: Maybe AxisDisplayOptionsProperty
secondaryYAxisLabelOptions :: Maybe ChartAxisLabelOptionsProperty
singleAxisOptions :: Maybe SingleAxisOptionsProperty
sortConfiguration :: Maybe ComboChartSortConfigurationProperty
tooltip :: Maybe TooltipOptionsProperty
visualPalette :: Maybe VisualPaletteProperty
..}
instance Property "CategoryLabelOptions" ComboChartConfigurationProperty where
  type PropertyType "CategoryLabelOptions" ComboChartConfigurationProperty = ChartAxisLabelOptionsProperty
  set :: PropertyType "CategoryLabelOptions" ComboChartConfigurationProperty
-> ComboChartConfigurationProperty
-> ComboChartConfigurationProperty
set PropertyType "CategoryLabelOptions" ComboChartConfigurationProperty
newValue ComboChartConfigurationProperty {Maybe [ReferenceLineProperty]
Maybe (Value Text)
Maybe ChartAxisLabelOptionsProperty
Maybe LegendOptionsProperty
Maybe ComboChartSortConfigurationProperty
Maybe DataLabelOptionsProperty
Maybe ComboChartFieldWellsProperty
Maybe TooltipOptionsProperty
Maybe AxisDisplayOptionsProperty
Maybe VisualInteractionOptionsProperty
Maybe VisualPaletteProperty
Maybe SingleAxisOptionsProperty
()
haddock_workaround_ :: ComboChartConfigurationProperty -> ()
barDataLabels :: ComboChartConfigurationProperty -> Maybe DataLabelOptionsProperty
barsArrangement :: ComboChartConfigurationProperty -> Maybe (Value Text)
categoryAxis :: ComboChartConfigurationProperty -> Maybe AxisDisplayOptionsProperty
categoryLabelOptions :: ComboChartConfigurationProperty
-> Maybe ChartAxisLabelOptionsProperty
colorLabelOptions :: ComboChartConfigurationProperty
-> Maybe ChartAxisLabelOptionsProperty
fieldWells :: ComboChartConfigurationProperty
-> Maybe ComboChartFieldWellsProperty
interactions :: ComboChartConfigurationProperty
-> Maybe VisualInteractionOptionsProperty
legend :: ComboChartConfigurationProperty -> Maybe LegendOptionsProperty
lineDataLabels :: ComboChartConfigurationProperty -> Maybe DataLabelOptionsProperty
primaryYAxisDisplayOptions :: ComboChartConfigurationProperty -> Maybe AxisDisplayOptionsProperty
primaryYAxisLabelOptions :: ComboChartConfigurationProperty
-> Maybe ChartAxisLabelOptionsProperty
referenceLines :: ComboChartConfigurationProperty -> Maybe [ReferenceLineProperty]
secondaryYAxisDisplayOptions :: ComboChartConfigurationProperty -> Maybe AxisDisplayOptionsProperty
secondaryYAxisLabelOptions :: ComboChartConfigurationProperty
-> Maybe ChartAxisLabelOptionsProperty
singleAxisOptions :: ComboChartConfigurationProperty -> Maybe SingleAxisOptionsProperty
sortConfiguration :: ComboChartConfigurationProperty
-> Maybe ComboChartSortConfigurationProperty
tooltip :: ComboChartConfigurationProperty -> Maybe TooltipOptionsProperty
visualPalette :: ComboChartConfigurationProperty -> Maybe VisualPaletteProperty
haddock_workaround_ :: ()
barDataLabels :: Maybe DataLabelOptionsProperty
barsArrangement :: Maybe (Value Text)
categoryAxis :: Maybe AxisDisplayOptionsProperty
categoryLabelOptions :: Maybe ChartAxisLabelOptionsProperty
colorLabelOptions :: Maybe ChartAxisLabelOptionsProperty
fieldWells :: Maybe ComboChartFieldWellsProperty
interactions :: Maybe VisualInteractionOptionsProperty
legend :: Maybe LegendOptionsProperty
lineDataLabels :: Maybe DataLabelOptionsProperty
primaryYAxisDisplayOptions :: Maybe AxisDisplayOptionsProperty
primaryYAxisLabelOptions :: Maybe ChartAxisLabelOptionsProperty
referenceLines :: Maybe [ReferenceLineProperty]
secondaryYAxisDisplayOptions :: Maybe AxisDisplayOptionsProperty
secondaryYAxisLabelOptions :: Maybe ChartAxisLabelOptionsProperty
singleAxisOptions :: Maybe SingleAxisOptionsProperty
sortConfiguration :: Maybe ComboChartSortConfigurationProperty
tooltip :: Maybe TooltipOptionsProperty
visualPalette :: Maybe VisualPaletteProperty
..}
    = ComboChartConfigurationProperty
        {categoryLabelOptions :: Maybe ChartAxisLabelOptionsProperty
categoryLabelOptions = ChartAxisLabelOptionsProperty
-> Maybe ChartAxisLabelOptionsProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "CategoryLabelOptions" ComboChartConfigurationProperty
ChartAxisLabelOptionsProperty
newValue, Maybe [ReferenceLineProperty]
Maybe (Value Text)
Maybe ChartAxisLabelOptionsProperty
Maybe LegendOptionsProperty
Maybe ComboChartSortConfigurationProperty
Maybe DataLabelOptionsProperty
Maybe ComboChartFieldWellsProperty
Maybe TooltipOptionsProperty
Maybe AxisDisplayOptionsProperty
Maybe VisualInteractionOptionsProperty
Maybe VisualPaletteProperty
Maybe SingleAxisOptionsProperty
()
haddock_workaround_ :: ()
barDataLabels :: Maybe DataLabelOptionsProperty
barsArrangement :: Maybe (Value Text)
categoryAxis :: Maybe AxisDisplayOptionsProperty
colorLabelOptions :: Maybe ChartAxisLabelOptionsProperty
fieldWells :: Maybe ComboChartFieldWellsProperty
interactions :: Maybe VisualInteractionOptionsProperty
legend :: Maybe LegendOptionsProperty
lineDataLabels :: Maybe DataLabelOptionsProperty
primaryYAxisDisplayOptions :: Maybe AxisDisplayOptionsProperty
primaryYAxisLabelOptions :: Maybe ChartAxisLabelOptionsProperty
referenceLines :: Maybe [ReferenceLineProperty]
secondaryYAxisDisplayOptions :: Maybe AxisDisplayOptionsProperty
secondaryYAxisLabelOptions :: Maybe ChartAxisLabelOptionsProperty
singleAxisOptions :: Maybe SingleAxisOptionsProperty
sortConfiguration :: Maybe ComboChartSortConfigurationProperty
tooltip :: Maybe TooltipOptionsProperty
visualPalette :: Maybe VisualPaletteProperty
haddock_workaround_ :: ()
barDataLabels :: Maybe DataLabelOptionsProperty
barsArrangement :: Maybe (Value Text)
categoryAxis :: Maybe AxisDisplayOptionsProperty
colorLabelOptions :: Maybe ChartAxisLabelOptionsProperty
fieldWells :: Maybe ComboChartFieldWellsProperty
interactions :: Maybe VisualInteractionOptionsProperty
legend :: Maybe LegendOptionsProperty
lineDataLabels :: Maybe DataLabelOptionsProperty
primaryYAxisDisplayOptions :: Maybe AxisDisplayOptionsProperty
primaryYAxisLabelOptions :: Maybe ChartAxisLabelOptionsProperty
referenceLines :: Maybe [ReferenceLineProperty]
secondaryYAxisDisplayOptions :: Maybe AxisDisplayOptionsProperty
secondaryYAxisLabelOptions :: Maybe ChartAxisLabelOptionsProperty
singleAxisOptions :: Maybe SingleAxisOptionsProperty
sortConfiguration :: Maybe ComboChartSortConfigurationProperty
tooltip :: Maybe TooltipOptionsProperty
visualPalette :: Maybe VisualPaletteProperty
..}
instance Property "ColorLabelOptions" ComboChartConfigurationProperty where
  type PropertyType "ColorLabelOptions" ComboChartConfigurationProperty = ChartAxisLabelOptionsProperty
  set :: PropertyType "ColorLabelOptions" ComboChartConfigurationProperty
-> ComboChartConfigurationProperty
-> ComboChartConfigurationProperty
set PropertyType "ColorLabelOptions" ComboChartConfigurationProperty
newValue ComboChartConfigurationProperty {Maybe [ReferenceLineProperty]
Maybe (Value Text)
Maybe ChartAxisLabelOptionsProperty
Maybe LegendOptionsProperty
Maybe ComboChartSortConfigurationProperty
Maybe DataLabelOptionsProperty
Maybe ComboChartFieldWellsProperty
Maybe TooltipOptionsProperty
Maybe AxisDisplayOptionsProperty
Maybe VisualInteractionOptionsProperty
Maybe VisualPaletteProperty
Maybe SingleAxisOptionsProperty
()
haddock_workaround_ :: ComboChartConfigurationProperty -> ()
barDataLabels :: ComboChartConfigurationProperty -> Maybe DataLabelOptionsProperty
barsArrangement :: ComboChartConfigurationProperty -> Maybe (Value Text)
categoryAxis :: ComboChartConfigurationProperty -> Maybe AxisDisplayOptionsProperty
categoryLabelOptions :: ComboChartConfigurationProperty
-> Maybe ChartAxisLabelOptionsProperty
colorLabelOptions :: ComboChartConfigurationProperty
-> Maybe ChartAxisLabelOptionsProperty
fieldWells :: ComboChartConfigurationProperty
-> Maybe ComboChartFieldWellsProperty
interactions :: ComboChartConfigurationProperty
-> Maybe VisualInteractionOptionsProperty
legend :: ComboChartConfigurationProperty -> Maybe LegendOptionsProperty
lineDataLabels :: ComboChartConfigurationProperty -> Maybe DataLabelOptionsProperty
primaryYAxisDisplayOptions :: ComboChartConfigurationProperty -> Maybe AxisDisplayOptionsProperty
primaryYAxisLabelOptions :: ComboChartConfigurationProperty
-> Maybe ChartAxisLabelOptionsProperty
referenceLines :: ComboChartConfigurationProperty -> Maybe [ReferenceLineProperty]
secondaryYAxisDisplayOptions :: ComboChartConfigurationProperty -> Maybe AxisDisplayOptionsProperty
secondaryYAxisLabelOptions :: ComboChartConfigurationProperty
-> Maybe ChartAxisLabelOptionsProperty
singleAxisOptions :: ComboChartConfigurationProperty -> Maybe SingleAxisOptionsProperty
sortConfiguration :: ComboChartConfigurationProperty
-> Maybe ComboChartSortConfigurationProperty
tooltip :: ComboChartConfigurationProperty -> Maybe TooltipOptionsProperty
visualPalette :: ComboChartConfigurationProperty -> Maybe VisualPaletteProperty
haddock_workaround_ :: ()
barDataLabels :: Maybe DataLabelOptionsProperty
barsArrangement :: Maybe (Value Text)
categoryAxis :: Maybe AxisDisplayOptionsProperty
categoryLabelOptions :: Maybe ChartAxisLabelOptionsProperty
colorLabelOptions :: Maybe ChartAxisLabelOptionsProperty
fieldWells :: Maybe ComboChartFieldWellsProperty
interactions :: Maybe VisualInteractionOptionsProperty
legend :: Maybe LegendOptionsProperty
lineDataLabels :: Maybe DataLabelOptionsProperty
primaryYAxisDisplayOptions :: Maybe AxisDisplayOptionsProperty
primaryYAxisLabelOptions :: Maybe ChartAxisLabelOptionsProperty
referenceLines :: Maybe [ReferenceLineProperty]
secondaryYAxisDisplayOptions :: Maybe AxisDisplayOptionsProperty
secondaryYAxisLabelOptions :: Maybe ChartAxisLabelOptionsProperty
singleAxisOptions :: Maybe SingleAxisOptionsProperty
sortConfiguration :: Maybe ComboChartSortConfigurationProperty
tooltip :: Maybe TooltipOptionsProperty
visualPalette :: Maybe VisualPaletteProperty
..}
    = ComboChartConfigurationProperty
        {colorLabelOptions :: Maybe ChartAxisLabelOptionsProperty
colorLabelOptions = ChartAxisLabelOptionsProperty
-> Maybe ChartAxisLabelOptionsProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "ColorLabelOptions" ComboChartConfigurationProperty
ChartAxisLabelOptionsProperty
newValue, Maybe [ReferenceLineProperty]
Maybe (Value Text)
Maybe ChartAxisLabelOptionsProperty
Maybe LegendOptionsProperty
Maybe ComboChartSortConfigurationProperty
Maybe DataLabelOptionsProperty
Maybe ComboChartFieldWellsProperty
Maybe TooltipOptionsProperty
Maybe AxisDisplayOptionsProperty
Maybe VisualInteractionOptionsProperty
Maybe VisualPaletteProperty
Maybe SingleAxisOptionsProperty
()
haddock_workaround_ :: ()
barDataLabels :: Maybe DataLabelOptionsProperty
barsArrangement :: Maybe (Value Text)
categoryAxis :: Maybe AxisDisplayOptionsProperty
categoryLabelOptions :: Maybe ChartAxisLabelOptionsProperty
fieldWells :: Maybe ComboChartFieldWellsProperty
interactions :: Maybe VisualInteractionOptionsProperty
legend :: Maybe LegendOptionsProperty
lineDataLabels :: Maybe DataLabelOptionsProperty
primaryYAxisDisplayOptions :: Maybe AxisDisplayOptionsProperty
primaryYAxisLabelOptions :: Maybe ChartAxisLabelOptionsProperty
referenceLines :: Maybe [ReferenceLineProperty]
secondaryYAxisDisplayOptions :: Maybe AxisDisplayOptionsProperty
secondaryYAxisLabelOptions :: Maybe ChartAxisLabelOptionsProperty
singleAxisOptions :: Maybe SingleAxisOptionsProperty
sortConfiguration :: Maybe ComboChartSortConfigurationProperty
tooltip :: Maybe TooltipOptionsProperty
visualPalette :: Maybe VisualPaletteProperty
haddock_workaround_ :: ()
barDataLabels :: Maybe DataLabelOptionsProperty
barsArrangement :: Maybe (Value Text)
categoryAxis :: Maybe AxisDisplayOptionsProperty
categoryLabelOptions :: Maybe ChartAxisLabelOptionsProperty
fieldWells :: Maybe ComboChartFieldWellsProperty
interactions :: Maybe VisualInteractionOptionsProperty
legend :: Maybe LegendOptionsProperty
lineDataLabels :: Maybe DataLabelOptionsProperty
primaryYAxisDisplayOptions :: Maybe AxisDisplayOptionsProperty
primaryYAxisLabelOptions :: Maybe ChartAxisLabelOptionsProperty
referenceLines :: Maybe [ReferenceLineProperty]
secondaryYAxisDisplayOptions :: Maybe AxisDisplayOptionsProperty
secondaryYAxisLabelOptions :: Maybe ChartAxisLabelOptionsProperty
singleAxisOptions :: Maybe SingleAxisOptionsProperty
sortConfiguration :: Maybe ComboChartSortConfigurationProperty
tooltip :: Maybe TooltipOptionsProperty
visualPalette :: Maybe VisualPaletteProperty
..}
instance Property "FieldWells" ComboChartConfigurationProperty where
  type PropertyType "FieldWells" ComboChartConfigurationProperty = ComboChartFieldWellsProperty
  set :: PropertyType "FieldWells" ComboChartConfigurationProperty
-> ComboChartConfigurationProperty
-> ComboChartConfigurationProperty
set PropertyType "FieldWells" ComboChartConfigurationProperty
newValue ComboChartConfigurationProperty {Maybe [ReferenceLineProperty]
Maybe (Value Text)
Maybe ChartAxisLabelOptionsProperty
Maybe LegendOptionsProperty
Maybe ComboChartSortConfigurationProperty
Maybe DataLabelOptionsProperty
Maybe ComboChartFieldWellsProperty
Maybe TooltipOptionsProperty
Maybe AxisDisplayOptionsProperty
Maybe VisualInteractionOptionsProperty
Maybe VisualPaletteProperty
Maybe SingleAxisOptionsProperty
()
haddock_workaround_ :: ComboChartConfigurationProperty -> ()
barDataLabels :: ComboChartConfigurationProperty -> Maybe DataLabelOptionsProperty
barsArrangement :: ComboChartConfigurationProperty -> Maybe (Value Text)
categoryAxis :: ComboChartConfigurationProperty -> Maybe AxisDisplayOptionsProperty
categoryLabelOptions :: ComboChartConfigurationProperty
-> Maybe ChartAxisLabelOptionsProperty
colorLabelOptions :: ComboChartConfigurationProperty
-> Maybe ChartAxisLabelOptionsProperty
fieldWells :: ComboChartConfigurationProperty
-> Maybe ComboChartFieldWellsProperty
interactions :: ComboChartConfigurationProperty
-> Maybe VisualInteractionOptionsProperty
legend :: ComboChartConfigurationProperty -> Maybe LegendOptionsProperty
lineDataLabels :: ComboChartConfigurationProperty -> Maybe DataLabelOptionsProperty
primaryYAxisDisplayOptions :: ComboChartConfigurationProperty -> Maybe AxisDisplayOptionsProperty
primaryYAxisLabelOptions :: ComboChartConfigurationProperty
-> Maybe ChartAxisLabelOptionsProperty
referenceLines :: ComboChartConfigurationProperty -> Maybe [ReferenceLineProperty]
secondaryYAxisDisplayOptions :: ComboChartConfigurationProperty -> Maybe AxisDisplayOptionsProperty
secondaryYAxisLabelOptions :: ComboChartConfigurationProperty
-> Maybe ChartAxisLabelOptionsProperty
singleAxisOptions :: ComboChartConfigurationProperty -> Maybe SingleAxisOptionsProperty
sortConfiguration :: ComboChartConfigurationProperty
-> Maybe ComboChartSortConfigurationProperty
tooltip :: ComboChartConfigurationProperty -> Maybe TooltipOptionsProperty
visualPalette :: ComboChartConfigurationProperty -> Maybe VisualPaletteProperty
haddock_workaround_ :: ()
barDataLabels :: Maybe DataLabelOptionsProperty
barsArrangement :: Maybe (Value Text)
categoryAxis :: Maybe AxisDisplayOptionsProperty
categoryLabelOptions :: Maybe ChartAxisLabelOptionsProperty
colorLabelOptions :: Maybe ChartAxisLabelOptionsProperty
fieldWells :: Maybe ComboChartFieldWellsProperty
interactions :: Maybe VisualInteractionOptionsProperty
legend :: Maybe LegendOptionsProperty
lineDataLabels :: Maybe DataLabelOptionsProperty
primaryYAxisDisplayOptions :: Maybe AxisDisplayOptionsProperty
primaryYAxisLabelOptions :: Maybe ChartAxisLabelOptionsProperty
referenceLines :: Maybe [ReferenceLineProperty]
secondaryYAxisDisplayOptions :: Maybe AxisDisplayOptionsProperty
secondaryYAxisLabelOptions :: Maybe ChartAxisLabelOptionsProperty
singleAxisOptions :: Maybe SingleAxisOptionsProperty
sortConfiguration :: Maybe ComboChartSortConfigurationProperty
tooltip :: Maybe TooltipOptionsProperty
visualPalette :: Maybe VisualPaletteProperty
..}
    = ComboChartConfigurationProperty
        {fieldWells :: Maybe ComboChartFieldWellsProperty
fieldWells = ComboChartFieldWellsProperty -> Maybe ComboChartFieldWellsProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "FieldWells" ComboChartConfigurationProperty
ComboChartFieldWellsProperty
newValue, Maybe [ReferenceLineProperty]
Maybe (Value Text)
Maybe ChartAxisLabelOptionsProperty
Maybe LegendOptionsProperty
Maybe ComboChartSortConfigurationProperty
Maybe DataLabelOptionsProperty
Maybe TooltipOptionsProperty
Maybe AxisDisplayOptionsProperty
Maybe VisualInteractionOptionsProperty
Maybe VisualPaletteProperty
Maybe SingleAxisOptionsProperty
()
haddock_workaround_ :: ()
barDataLabels :: Maybe DataLabelOptionsProperty
barsArrangement :: Maybe (Value Text)
categoryAxis :: Maybe AxisDisplayOptionsProperty
categoryLabelOptions :: Maybe ChartAxisLabelOptionsProperty
colorLabelOptions :: Maybe ChartAxisLabelOptionsProperty
interactions :: Maybe VisualInteractionOptionsProperty
legend :: Maybe LegendOptionsProperty
lineDataLabels :: Maybe DataLabelOptionsProperty
primaryYAxisDisplayOptions :: Maybe AxisDisplayOptionsProperty
primaryYAxisLabelOptions :: Maybe ChartAxisLabelOptionsProperty
referenceLines :: Maybe [ReferenceLineProperty]
secondaryYAxisDisplayOptions :: Maybe AxisDisplayOptionsProperty
secondaryYAxisLabelOptions :: Maybe ChartAxisLabelOptionsProperty
singleAxisOptions :: Maybe SingleAxisOptionsProperty
sortConfiguration :: Maybe ComboChartSortConfigurationProperty
tooltip :: Maybe TooltipOptionsProperty
visualPalette :: Maybe VisualPaletteProperty
haddock_workaround_ :: ()
barDataLabels :: Maybe DataLabelOptionsProperty
barsArrangement :: Maybe (Value Text)
categoryAxis :: Maybe AxisDisplayOptionsProperty
categoryLabelOptions :: Maybe ChartAxisLabelOptionsProperty
colorLabelOptions :: Maybe ChartAxisLabelOptionsProperty
interactions :: Maybe VisualInteractionOptionsProperty
legend :: Maybe LegendOptionsProperty
lineDataLabels :: Maybe DataLabelOptionsProperty
primaryYAxisDisplayOptions :: Maybe AxisDisplayOptionsProperty
primaryYAxisLabelOptions :: Maybe ChartAxisLabelOptionsProperty
referenceLines :: Maybe [ReferenceLineProperty]
secondaryYAxisDisplayOptions :: Maybe AxisDisplayOptionsProperty
secondaryYAxisLabelOptions :: Maybe ChartAxisLabelOptionsProperty
singleAxisOptions :: Maybe SingleAxisOptionsProperty
sortConfiguration :: Maybe ComboChartSortConfigurationProperty
tooltip :: Maybe TooltipOptionsProperty
visualPalette :: Maybe VisualPaletteProperty
..}
instance Property "Interactions" ComboChartConfigurationProperty where
  type PropertyType "Interactions" ComboChartConfigurationProperty = VisualInteractionOptionsProperty
  set :: PropertyType "Interactions" ComboChartConfigurationProperty
-> ComboChartConfigurationProperty
-> ComboChartConfigurationProperty
set PropertyType "Interactions" ComboChartConfigurationProperty
newValue ComboChartConfigurationProperty {Maybe [ReferenceLineProperty]
Maybe (Value Text)
Maybe ChartAxisLabelOptionsProperty
Maybe LegendOptionsProperty
Maybe ComboChartSortConfigurationProperty
Maybe DataLabelOptionsProperty
Maybe ComboChartFieldWellsProperty
Maybe TooltipOptionsProperty
Maybe AxisDisplayOptionsProperty
Maybe VisualInteractionOptionsProperty
Maybe VisualPaletteProperty
Maybe SingleAxisOptionsProperty
()
haddock_workaround_ :: ComboChartConfigurationProperty -> ()
barDataLabels :: ComboChartConfigurationProperty -> Maybe DataLabelOptionsProperty
barsArrangement :: ComboChartConfigurationProperty -> Maybe (Value Text)
categoryAxis :: ComboChartConfigurationProperty -> Maybe AxisDisplayOptionsProperty
categoryLabelOptions :: ComboChartConfigurationProperty
-> Maybe ChartAxisLabelOptionsProperty
colorLabelOptions :: ComboChartConfigurationProperty
-> Maybe ChartAxisLabelOptionsProperty
fieldWells :: ComboChartConfigurationProperty
-> Maybe ComboChartFieldWellsProperty
interactions :: ComboChartConfigurationProperty
-> Maybe VisualInteractionOptionsProperty
legend :: ComboChartConfigurationProperty -> Maybe LegendOptionsProperty
lineDataLabels :: ComboChartConfigurationProperty -> Maybe DataLabelOptionsProperty
primaryYAxisDisplayOptions :: ComboChartConfigurationProperty -> Maybe AxisDisplayOptionsProperty
primaryYAxisLabelOptions :: ComboChartConfigurationProperty
-> Maybe ChartAxisLabelOptionsProperty
referenceLines :: ComboChartConfigurationProperty -> Maybe [ReferenceLineProperty]
secondaryYAxisDisplayOptions :: ComboChartConfigurationProperty -> Maybe AxisDisplayOptionsProperty
secondaryYAxisLabelOptions :: ComboChartConfigurationProperty
-> Maybe ChartAxisLabelOptionsProperty
singleAxisOptions :: ComboChartConfigurationProperty -> Maybe SingleAxisOptionsProperty
sortConfiguration :: ComboChartConfigurationProperty
-> Maybe ComboChartSortConfigurationProperty
tooltip :: ComboChartConfigurationProperty -> Maybe TooltipOptionsProperty
visualPalette :: ComboChartConfigurationProperty -> Maybe VisualPaletteProperty
haddock_workaround_ :: ()
barDataLabels :: Maybe DataLabelOptionsProperty
barsArrangement :: Maybe (Value Text)
categoryAxis :: Maybe AxisDisplayOptionsProperty
categoryLabelOptions :: Maybe ChartAxisLabelOptionsProperty
colorLabelOptions :: Maybe ChartAxisLabelOptionsProperty
fieldWells :: Maybe ComboChartFieldWellsProperty
interactions :: Maybe VisualInteractionOptionsProperty
legend :: Maybe LegendOptionsProperty
lineDataLabels :: Maybe DataLabelOptionsProperty
primaryYAxisDisplayOptions :: Maybe AxisDisplayOptionsProperty
primaryYAxisLabelOptions :: Maybe ChartAxisLabelOptionsProperty
referenceLines :: Maybe [ReferenceLineProperty]
secondaryYAxisDisplayOptions :: Maybe AxisDisplayOptionsProperty
secondaryYAxisLabelOptions :: Maybe ChartAxisLabelOptionsProperty
singleAxisOptions :: Maybe SingleAxisOptionsProperty
sortConfiguration :: Maybe ComboChartSortConfigurationProperty
tooltip :: Maybe TooltipOptionsProperty
visualPalette :: Maybe VisualPaletteProperty
..}
    = ComboChartConfigurationProperty
        {interactions :: Maybe VisualInteractionOptionsProperty
interactions = VisualInteractionOptionsProperty
-> Maybe VisualInteractionOptionsProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "Interactions" ComboChartConfigurationProperty
VisualInteractionOptionsProperty
newValue, Maybe [ReferenceLineProperty]
Maybe (Value Text)
Maybe ChartAxisLabelOptionsProperty
Maybe LegendOptionsProperty
Maybe ComboChartSortConfigurationProperty
Maybe DataLabelOptionsProperty
Maybe ComboChartFieldWellsProperty
Maybe TooltipOptionsProperty
Maybe AxisDisplayOptionsProperty
Maybe VisualPaletteProperty
Maybe SingleAxisOptionsProperty
()
haddock_workaround_ :: ()
barDataLabels :: Maybe DataLabelOptionsProperty
barsArrangement :: Maybe (Value Text)
categoryAxis :: Maybe AxisDisplayOptionsProperty
categoryLabelOptions :: Maybe ChartAxisLabelOptionsProperty
colorLabelOptions :: Maybe ChartAxisLabelOptionsProperty
fieldWells :: Maybe ComboChartFieldWellsProperty
legend :: Maybe LegendOptionsProperty
lineDataLabels :: Maybe DataLabelOptionsProperty
primaryYAxisDisplayOptions :: Maybe AxisDisplayOptionsProperty
primaryYAxisLabelOptions :: Maybe ChartAxisLabelOptionsProperty
referenceLines :: Maybe [ReferenceLineProperty]
secondaryYAxisDisplayOptions :: Maybe AxisDisplayOptionsProperty
secondaryYAxisLabelOptions :: Maybe ChartAxisLabelOptionsProperty
singleAxisOptions :: Maybe SingleAxisOptionsProperty
sortConfiguration :: Maybe ComboChartSortConfigurationProperty
tooltip :: Maybe TooltipOptionsProperty
visualPalette :: Maybe VisualPaletteProperty
haddock_workaround_ :: ()
barDataLabels :: Maybe DataLabelOptionsProperty
barsArrangement :: Maybe (Value Text)
categoryAxis :: Maybe AxisDisplayOptionsProperty
categoryLabelOptions :: Maybe ChartAxisLabelOptionsProperty
colorLabelOptions :: Maybe ChartAxisLabelOptionsProperty
fieldWells :: Maybe ComboChartFieldWellsProperty
legend :: Maybe LegendOptionsProperty
lineDataLabels :: Maybe DataLabelOptionsProperty
primaryYAxisDisplayOptions :: Maybe AxisDisplayOptionsProperty
primaryYAxisLabelOptions :: Maybe ChartAxisLabelOptionsProperty
referenceLines :: Maybe [ReferenceLineProperty]
secondaryYAxisDisplayOptions :: Maybe AxisDisplayOptionsProperty
secondaryYAxisLabelOptions :: Maybe ChartAxisLabelOptionsProperty
singleAxisOptions :: Maybe SingleAxisOptionsProperty
sortConfiguration :: Maybe ComboChartSortConfigurationProperty
tooltip :: Maybe TooltipOptionsProperty
visualPalette :: Maybe VisualPaletteProperty
..}
instance Property "Legend" ComboChartConfigurationProperty where
  type PropertyType "Legend" ComboChartConfigurationProperty = LegendOptionsProperty
  set :: PropertyType "Legend" ComboChartConfigurationProperty
-> ComboChartConfigurationProperty
-> ComboChartConfigurationProperty
set PropertyType "Legend" ComboChartConfigurationProperty
newValue ComboChartConfigurationProperty {Maybe [ReferenceLineProperty]
Maybe (Value Text)
Maybe ChartAxisLabelOptionsProperty
Maybe LegendOptionsProperty
Maybe ComboChartSortConfigurationProperty
Maybe DataLabelOptionsProperty
Maybe ComboChartFieldWellsProperty
Maybe TooltipOptionsProperty
Maybe AxisDisplayOptionsProperty
Maybe VisualInteractionOptionsProperty
Maybe VisualPaletteProperty
Maybe SingleAxisOptionsProperty
()
haddock_workaround_ :: ComboChartConfigurationProperty -> ()
barDataLabels :: ComboChartConfigurationProperty -> Maybe DataLabelOptionsProperty
barsArrangement :: ComboChartConfigurationProperty -> Maybe (Value Text)
categoryAxis :: ComboChartConfigurationProperty -> Maybe AxisDisplayOptionsProperty
categoryLabelOptions :: ComboChartConfigurationProperty
-> Maybe ChartAxisLabelOptionsProperty
colorLabelOptions :: ComboChartConfigurationProperty
-> Maybe ChartAxisLabelOptionsProperty
fieldWells :: ComboChartConfigurationProperty
-> Maybe ComboChartFieldWellsProperty
interactions :: ComboChartConfigurationProperty
-> Maybe VisualInteractionOptionsProperty
legend :: ComboChartConfigurationProperty -> Maybe LegendOptionsProperty
lineDataLabels :: ComboChartConfigurationProperty -> Maybe DataLabelOptionsProperty
primaryYAxisDisplayOptions :: ComboChartConfigurationProperty -> Maybe AxisDisplayOptionsProperty
primaryYAxisLabelOptions :: ComboChartConfigurationProperty
-> Maybe ChartAxisLabelOptionsProperty
referenceLines :: ComboChartConfigurationProperty -> Maybe [ReferenceLineProperty]
secondaryYAxisDisplayOptions :: ComboChartConfigurationProperty -> Maybe AxisDisplayOptionsProperty
secondaryYAxisLabelOptions :: ComboChartConfigurationProperty
-> Maybe ChartAxisLabelOptionsProperty
singleAxisOptions :: ComboChartConfigurationProperty -> Maybe SingleAxisOptionsProperty
sortConfiguration :: ComboChartConfigurationProperty
-> Maybe ComboChartSortConfigurationProperty
tooltip :: ComboChartConfigurationProperty -> Maybe TooltipOptionsProperty
visualPalette :: ComboChartConfigurationProperty -> Maybe VisualPaletteProperty
haddock_workaround_ :: ()
barDataLabels :: Maybe DataLabelOptionsProperty
barsArrangement :: Maybe (Value Text)
categoryAxis :: Maybe AxisDisplayOptionsProperty
categoryLabelOptions :: Maybe ChartAxisLabelOptionsProperty
colorLabelOptions :: Maybe ChartAxisLabelOptionsProperty
fieldWells :: Maybe ComboChartFieldWellsProperty
interactions :: Maybe VisualInteractionOptionsProperty
legend :: Maybe LegendOptionsProperty
lineDataLabels :: Maybe DataLabelOptionsProperty
primaryYAxisDisplayOptions :: Maybe AxisDisplayOptionsProperty
primaryYAxisLabelOptions :: Maybe ChartAxisLabelOptionsProperty
referenceLines :: Maybe [ReferenceLineProperty]
secondaryYAxisDisplayOptions :: Maybe AxisDisplayOptionsProperty
secondaryYAxisLabelOptions :: Maybe ChartAxisLabelOptionsProperty
singleAxisOptions :: Maybe SingleAxisOptionsProperty
sortConfiguration :: Maybe ComboChartSortConfigurationProperty
tooltip :: Maybe TooltipOptionsProperty
visualPalette :: Maybe VisualPaletteProperty
..}
    = ComboChartConfigurationProperty
        {legend :: Maybe LegendOptionsProperty
legend = LegendOptionsProperty -> Maybe LegendOptionsProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "Legend" ComboChartConfigurationProperty
LegendOptionsProperty
newValue, Maybe [ReferenceLineProperty]
Maybe (Value Text)
Maybe ChartAxisLabelOptionsProperty
Maybe ComboChartSortConfigurationProperty
Maybe DataLabelOptionsProperty
Maybe ComboChartFieldWellsProperty
Maybe TooltipOptionsProperty
Maybe AxisDisplayOptionsProperty
Maybe VisualInteractionOptionsProperty
Maybe VisualPaletteProperty
Maybe SingleAxisOptionsProperty
()
haddock_workaround_ :: ()
barDataLabels :: Maybe DataLabelOptionsProperty
barsArrangement :: Maybe (Value Text)
categoryAxis :: Maybe AxisDisplayOptionsProperty
categoryLabelOptions :: Maybe ChartAxisLabelOptionsProperty
colorLabelOptions :: Maybe ChartAxisLabelOptionsProperty
fieldWells :: Maybe ComboChartFieldWellsProperty
interactions :: Maybe VisualInteractionOptionsProperty
lineDataLabels :: Maybe DataLabelOptionsProperty
primaryYAxisDisplayOptions :: Maybe AxisDisplayOptionsProperty
primaryYAxisLabelOptions :: Maybe ChartAxisLabelOptionsProperty
referenceLines :: Maybe [ReferenceLineProperty]
secondaryYAxisDisplayOptions :: Maybe AxisDisplayOptionsProperty
secondaryYAxisLabelOptions :: Maybe ChartAxisLabelOptionsProperty
singleAxisOptions :: Maybe SingleAxisOptionsProperty
sortConfiguration :: Maybe ComboChartSortConfigurationProperty
tooltip :: Maybe TooltipOptionsProperty
visualPalette :: Maybe VisualPaletteProperty
haddock_workaround_ :: ()
barDataLabels :: Maybe DataLabelOptionsProperty
barsArrangement :: Maybe (Value Text)
categoryAxis :: Maybe AxisDisplayOptionsProperty
categoryLabelOptions :: Maybe ChartAxisLabelOptionsProperty
colorLabelOptions :: Maybe ChartAxisLabelOptionsProperty
fieldWells :: Maybe ComboChartFieldWellsProperty
interactions :: Maybe VisualInteractionOptionsProperty
lineDataLabels :: Maybe DataLabelOptionsProperty
primaryYAxisDisplayOptions :: Maybe AxisDisplayOptionsProperty
primaryYAxisLabelOptions :: Maybe ChartAxisLabelOptionsProperty
referenceLines :: Maybe [ReferenceLineProperty]
secondaryYAxisDisplayOptions :: Maybe AxisDisplayOptionsProperty
secondaryYAxisLabelOptions :: Maybe ChartAxisLabelOptionsProperty
singleAxisOptions :: Maybe SingleAxisOptionsProperty
sortConfiguration :: Maybe ComboChartSortConfigurationProperty
tooltip :: Maybe TooltipOptionsProperty
visualPalette :: Maybe VisualPaletteProperty
..}
instance Property "LineDataLabels" ComboChartConfigurationProperty where
  type PropertyType "LineDataLabels" ComboChartConfigurationProperty = DataLabelOptionsProperty
  set :: PropertyType "LineDataLabels" ComboChartConfigurationProperty
-> ComboChartConfigurationProperty
-> ComboChartConfigurationProperty
set PropertyType "LineDataLabels" ComboChartConfigurationProperty
newValue ComboChartConfigurationProperty {Maybe [ReferenceLineProperty]
Maybe (Value Text)
Maybe ChartAxisLabelOptionsProperty
Maybe LegendOptionsProperty
Maybe ComboChartSortConfigurationProperty
Maybe DataLabelOptionsProperty
Maybe ComboChartFieldWellsProperty
Maybe TooltipOptionsProperty
Maybe AxisDisplayOptionsProperty
Maybe VisualInteractionOptionsProperty
Maybe VisualPaletteProperty
Maybe SingleAxisOptionsProperty
()
haddock_workaround_ :: ComboChartConfigurationProperty -> ()
barDataLabels :: ComboChartConfigurationProperty -> Maybe DataLabelOptionsProperty
barsArrangement :: ComboChartConfigurationProperty -> Maybe (Value Text)
categoryAxis :: ComboChartConfigurationProperty -> Maybe AxisDisplayOptionsProperty
categoryLabelOptions :: ComboChartConfigurationProperty
-> Maybe ChartAxisLabelOptionsProperty
colorLabelOptions :: ComboChartConfigurationProperty
-> Maybe ChartAxisLabelOptionsProperty
fieldWells :: ComboChartConfigurationProperty
-> Maybe ComboChartFieldWellsProperty
interactions :: ComboChartConfigurationProperty
-> Maybe VisualInteractionOptionsProperty
legend :: ComboChartConfigurationProperty -> Maybe LegendOptionsProperty
lineDataLabels :: ComboChartConfigurationProperty -> Maybe DataLabelOptionsProperty
primaryYAxisDisplayOptions :: ComboChartConfigurationProperty -> Maybe AxisDisplayOptionsProperty
primaryYAxisLabelOptions :: ComboChartConfigurationProperty
-> Maybe ChartAxisLabelOptionsProperty
referenceLines :: ComboChartConfigurationProperty -> Maybe [ReferenceLineProperty]
secondaryYAxisDisplayOptions :: ComboChartConfigurationProperty -> Maybe AxisDisplayOptionsProperty
secondaryYAxisLabelOptions :: ComboChartConfigurationProperty
-> Maybe ChartAxisLabelOptionsProperty
singleAxisOptions :: ComboChartConfigurationProperty -> Maybe SingleAxisOptionsProperty
sortConfiguration :: ComboChartConfigurationProperty
-> Maybe ComboChartSortConfigurationProperty
tooltip :: ComboChartConfigurationProperty -> Maybe TooltipOptionsProperty
visualPalette :: ComboChartConfigurationProperty -> Maybe VisualPaletteProperty
haddock_workaround_ :: ()
barDataLabels :: Maybe DataLabelOptionsProperty
barsArrangement :: Maybe (Value Text)
categoryAxis :: Maybe AxisDisplayOptionsProperty
categoryLabelOptions :: Maybe ChartAxisLabelOptionsProperty
colorLabelOptions :: Maybe ChartAxisLabelOptionsProperty
fieldWells :: Maybe ComboChartFieldWellsProperty
interactions :: Maybe VisualInteractionOptionsProperty
legend :: Maybe LegendOptionsProperty
lineDataLabels :: Maybe DataLabelOptionsProperty
primaryYAxisDisplayOptions :: Maybe AxisDisplayOptionsProperty
primaryYAxisLabelOptions :: Maybe ChartAxisLabelOptionsProperty
referenceLines :: Maybe [ReferenceLineProperty]
secondaryYAxisDisplayOptions :: Maybe AxisDisplayOptionsProperty
secondaryYAxisLabelOptions :: Maybe ChartAxisLabelOptionsProperty
singleAxisOptions :: Maybe SingleAxisOptionsProperty
sortConfiguration :: Maybe ComboChartSortConfigurationProperty
tooltip :: Maybe TooltipOptionsProperty
visualPalette :: Maybe VisualPaletteProperty
..}
    = ComboChartConfigurationProperty
        {lineDataLabels :: Maybe DataLabelOptionsProperty
lineDataLabels = DataLabelOptionsProperty -> Maybe DataLabelOptionsProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "LineDataLabels" ComboChartConfigurationProperty
DataLabelOptionsProperty
newValue, Maybe [ReferenceLineProperty]
Maybe (Value Text)
Maybe ChartAxisLabelOptionsProperty
Maybe LegendOptionsProperty
Maybe ComboChartSortConfigurationProperty
Maybe DataLabelOptionsProperty
Maybe ComboChartFieldWellsProperty
Maybe TooltipOptionsProperty
Maybe AxisDisplayOptionsProperty
Maybe VisualInteractionOptionsProperty
Maybe VisualPaletteProperty
Maybe SingleAxisOptionsProperty
()
haddock_workaround_ :: ()
barDataLabels :: Maybe DataLabelOptionsProperty
barsArrangement :: Maybe (Value Text)
categoryAxis :: Maybe AxisDisplayOptionsProperty
categoryLabelOptions :: Maybe ChartAxisLabelOptionsProperty
colorLabelOptions :: Maybe ChartAxisLabelOptionsProperty
fieldWells :: Maybe ComboChartFieldWellsProperty
interactions :: Maybe VisualInteractionOptionsProperty
legend :: Maybe LegendOptionsProperty
primaryYAxisDisplayOptions :: Maybe AxisDisplayOptionsProperty
primaryYAxisLabelOptions :: Maybe ChartAxisLabelOptionsProperty
referenceLines :: Maybe [ReferenceLineProperty]
secondaryYAxisDisplayOptions :: Maybe AxisDisplayOptionsProperty
secondaryYAxisLabelOptions :: Maybe ChartAxisLabelOptionsProperty
singleAxisOptions :: Maybe SingleAxisOptionsProperty
sortConfiguration :: Maybe ComboChartSortConfigurationProperty
tooltip :: Maybe TooltipOptionsProperty
visualPalette :: Maybe VisualPaletteProperty
haddock_workaround_ :: ()
barDataLabels :: Maybe DataLabelOptionsProperty
barsArrangement :: Maybe (Value Text)
categoryAxis :: Maybe AxisDisplayOptionsProperty
categoryLabelOptions :: Maybe ChartAxisLabelOptionsProperty
colorLabelOptions :: Maybe ChartAxisLabelOptionsProperty
fieldWells :: Maybe ComboChartFieldWellsProperty
interactions :: Maybe VisualInteractionOptionsProperty
legend :: Maybe LegendOptionsProperty
primaryYAxisDisplayOptions :: Maybe AxisDisplayOptionsProperty
primaryYAxisLabelOptions :: Maybe ChartAxisLabelOptionsProperty
referenceLines :: Maybe [ReferenceLineProperty]
secondaryYAxisDisplayOptions :: Maybe AxisDisplayOptionsProperty
secondaryYAxisLabelOptions :: Maybe ChartAxisLabelOptionsProperty
singleAxisOptions :: Maybe SingleAxisOptionsProperty
sortConfiguration :: Maybe ComboChartSortConfigurationProperty
tooltip :: Maybe TooltipOptionsProperty
visualPalette :: Maybe VisualPaletteProperty
..}
instance Property "PrimaryYAxisDisplayOptions" ComboChartConfigurationProperty where
  type PropertyType "PrimaryYAxisDisplayOptions" ComboChartConfigurationProperty = AxisDisplayOptionsProperty
  set :: PropertyType
  "PrimaryYAxisDisplayOptions" ComboChartConfigurationProperty
-> ComboChartConfigurationProperty
-> ComboChartConfigurationProperty
set PropertyType
  "PrimaryYAxisDisplayOptions" ComboChartConfigurationProperty
newValue ComboChartConfigurationProperty {Maybe [ReferenceLineProperty]
Maybe (Value Text)
Maybe ChartAxisLabelOptionsProperty
Maybe LegendOptionsProperty
Maybe ComboChartSortConfigurationProperty
Maybe DataLabelOptionsProperty
Maybe ComboChartFieldWellsProperty
Maybe TooltipOptionsProperty
Maybe AxisDisplayOptionsProperty
Maybe VisualInteractionOptionsProperty
Maybe VisualPaletteProperty
Maybe SingleAxisOptionsProperty
()
haddock_workaround_ :: ComboChartConfigurationProperty -> ()
barDataLabels :: ComboChartConfigurationProperty -> Maybe DataLabelOptionsProperty
barsArrangement :: ComboChartConfigurationProperty -> Maybe (Value Text)
categoryAxis :: ComboChartConfigurationProperty -> Maybe AxisDisplayOptionsProperty
categoryLabelOptions :: ComboChartConfigurationProperty
-> Maybe ChartAxisLabelOptionsProperty
colorLabelOptions :: ComboChartConfigurationProperty
-> Maybe ChartAxisLabelOptionsProperty
fieldWells :: ComboChartConfigurationProperty
-> Maybe ComboChartFieldWellsProperty
interactions :: ComboChartConfigurationProperty
-> Maybe VisualInteractionOptionsProperty
legend :: ComboChartConfigurationProperty -> Maybe LegendOptionsProperty
lineDataLabels :: ComboChartConfigurationProperty -> Maybe DataLabelOptionsProperty
primaryYAxisDisplayOptions :: ComboChartConfigurationProperty -> Maybe AxisDisplayOptionsProperty
primaryYAxisLabelOptions :: ComboChartConfigurationProperty
-> Maybe ChartAxisLabelOptionsProperty
referenceLines :: ComboChartConfigurationProperty -> Maybe [ReferenceLineProperty]
secondaryYAxisDisplayOptions :: ComboChartConfigurationProperty -> Maybe AxisDisplayOptionsProperty
secondaryYAxisLabelOptions :: ComboChartConfigurationProperty
-> Maybe ChartAxisLabelOptionsProperty
singleAxisOptions :: ComboChartConfigurationProperty -> Maybe SingleAxisOptionsProperty
sortConfiguration :: ComboChartConfigurationProperty
-> Maybe ComboChartSortConfigurationProperty
tooltip :: ComboChartConfigurationProperty -> Maybe TooltipOptionsProperty
visualPalette :: ComboChartConfigurationProperty -> Maybe VisualPaletteProperty
haddock_workaround_ :: ()
barDataLabels :: Maybe DataLabelOptionsProperty
barsArrangement :: Maybe (Value Text)
categoryAxis :: Maybe AxisDisplayOptionsProperty
categoryLabelOptions :: Maybe ChartAxisLabelOptionsProperty
colorLabelOptions :: Maybe ChartAxisLabelOptionsProperty
fieldWells :: Maybe ComboChartFieldWellsProperty
interactions :: Maybe VisualInteractionOptionsProperty
legend :: Maybe LegendOptionsProperty
lineDataLabels :: Maybe DataLabelOptionsProperty
primaryYAxisDisplayOptions :: Maybe AxisDisplayOptionsProperty
primaryYAxisLabelOptions :: Maybe ChartAxisLabelOptionsProperty
referenceLines :: Maybe [ReferenceLineProperty]
secondaryYAxisDisplayOptions :: Maybe AxisDisplayOptionsProperty
secondaryYAxisLabelOptions :: Maybe ChartAxisLabelOptionsProperty
singleAxisOptions :: Maybe SingleAxisOptionsProperty
sortConfiguration :: Maybe ComboChartSortConfigurationProperty
tooltip :: Maybe TooltipOptionsProperty
visualPalette :: Maybe VisualPaletteProperty
..}
    = ComboChartConfigurationProperty
        {primaryYAxisDisplayOptions :: Maybe AxisDisplayOptionsProperty
primaryYAxisDisplayOptions = AxisDisplayOptionsProperty -> Maybe AxisDisplayOptionsProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType
  "PrimaryYAxisDisplayOptions" ComboChartConfigurationProperty
AxisDisplayOptionsProperty
newValue, Maybe [ReferenceLineProperty]
Maybe (Value Text)
Maybe ChartAxisLabelOptionsProperty
Maybe LegendOptionsProperty
Maybe ComboChartSortConfigurationProperty
Maybe DataLabelOptionsProperty
Maybe ComboChartFieldWellsProperty
Maybe TooltipOptionsProperty
Maybe AxisDisplayOptionsProperty
Maybe VisualInteractionOptionsProperty
Maybe VisualPaletteProperty
Maybe SingleAxisOptionsProperty
()
haddock_workaround_ :: ()
barDataLabels :: Maybe DataLabelOptionsProperty
barsArrangement :: Maybe (Value Text)
categoryAxis :: Maybe AxisDisplayOptionsProperty
categoryLabelOptions :: Maybe ChartAxisLabelOptionsProperty
colorLabelOptions :: Maybe ChartAxisLabelOptionsProperty
fieldWells :: Maybe ComboChartFieldWellsProperty
interactions :: Maybe VisualInteractionOptionsProperty
legend :: Maybe LegendOptionsProperty
lineDataLabels :: Maybe DataLabelOptionsProperty
primaryYAxisLabelOptions :: Maybe ChartAxisLabelOptionsProperty
referenceLines :: Maybe [ReferenceLineProperty]
secondaryYAxisDisplayOptions :: Maybe AxisDisplayOptionsProperty
secondaryYAxisLabelOptions :: Maybe ChartAxisLabelOptionsProperty
singleAxisOptions :: Maybe SingleAxisOptionsProperty
sortConfiguration :: Maybe ComboChartSortConfigurationProperty
tooltip :: Maybe TooltipOptionsProperty
visualPalette :: Maybe VisualPaletteProperty
haddock_workaround_ :: ()
barDataLabels :: Maybe DataLabelOptionsProperty
barsArrangement :: Maybe (Value Text)
categoryAxis :: Maybe AxisDisplayOptionsProperty
categoryLabelOptions :: Maybe ChartAxisLabelOptionsProperty
colorLabelOptions :: Maybe ChartAxisLabelOptionsProperty
fieldWells :: Maybe ComboChartFieldWellsProperty
interactions :: Maybe VisualInteractionOptionsProperty
legend :: Maybe LegendOptionsProperty
lineDataLabels :: Maybe DataLabelOptionsProperty
primaryYAxisLabelOptions :: Maybe ChartAxisLabelOptionsProperty
referenceLines :: Maybe [ReferenceLineProperty]
secondaryYAxisDisplayOptions :: Maybe AxisDisplayOptionsProperty
secondaryYAxisLabelOptions :: Maybe ChartAxisLabelOptionsProperty
singleAxisOptions :: Maybe SingleAxisOptionsProperty
sortConfiguration :: Maybe ComboChartSortConfigurationProperty
tooltip :: Maybe TooltipOptionsProperty
visualPalette :: Maybe VisualPaletteProperty
..}
instance Property "PrimaryYAxisLabelOptions" ComboChartConfigurationProperty where
  type PropertyType "PrimaryYAxisLabelOptions" ComboChartConfigurationProperty = ChartAxisLabelOptionsProperty
  set :: PropertyType
  "PrimaryYAxisLabelOptions" ComboChartConfigurationProperty
-> ComboChartConfigurationProperty
-> ComboChartConfigurationProperty
set PropertyType
  "PrimaryYAxisLabelOptions" ComboChartConfigurationProperty
newValue ComboChartConfigurationProperty {Maybe [ReferenceLineProperty]
Maybe (Value Text)
Maybe ChartAxisLabelOptionsProperty
Maybe LegendOptionsProperty
Maybe ComboChartSortConfigurationProperty
Maybe DataLabelOptionsProperty
Maybe ComboChartFieldWellsProperty
Maybe TooltipOptionsProperty
Maybe AxisDisplayOptionsProperty
Maybe VisualInteractionOptionsProperty
Maybe VisualPaletteProperty
Maybe SingleAxisOptionsProperty
()
haddock_workaround_ :: ComboChartConfigurationProperty -> ()
barDataLabels :: ComboChartConfigurationProperty -> Maybe DataLabelOptionsProperty
barsArrangement :: ComboChartConfigurationProperty -> Maybe (Value Text)
categoryAxis :: ComboChartConfigurationProperty -> Maybe AxisDisplayOptionsProperty
categoryLabelOptions :: ComboChartConfigurationProperty
-> Maybe ChartAxisLabelOptionsProperty
colorLabelOptions :: ComboChartConfigurationProperty
-> Maybe ChartAxisLabelOptionsProperty
fieldWells :: ComboChartConfigurationProperty
-> Maybe ComboChartFieldWellsProperty
interactions :: ComboChartConfigurationProperty
-> Maybe VisualInteractionOptionsProperty
legend :: ComboChartConfigurationProperty -> Maybe LegendOptionsProperty
lineDataLabels :: ComboChartConfigurationProperty -> Maybe DataLabelOptionsProperty
primaryYAxisDisplayOptions :: ComboChartConfigurationProperty -> Maybe AxisDisplayOptionsProperty
primaryYAxisLabelOptions :: ComboChartConfigurationProperty
-> Maybe ChartAxisLabelOptionsProperty
referenceLines :: ComboChartConfigurationProperty -> Maybe [ReferenceLineProperty]
secondaryYAxisDisplayOptions :: ComboChartConfigurationProperty -> Maybe AxisDisplayOptionsProperty
secondaryYAxisLabelOptions :: ComboChartConfigurationProperty
-> Maybe ChartAxisLabelOptionsProperty
singleAxisOptions :: ComboChartConfigurationProperty -> Maybe SingleAxisOptionsProperty
sortConfiguration :: ComboChartConfigurationProperty
-> Maybe ComboChartSortConfigurationProperty
tooltip :: ComboChartConfigurationProperty -> Maybe TooltipOptionsProperty
visualPalette :: ComboChartConfigurationProperty -> Maybe VisualPaletteProperty
haddock_workaround_ :: ()
barDataLabels :: Maybe DataLabelOptionsProperty
barsArrangement :: Maybe (Value Text)
categoryAxis :: Maybe AxisDisplayOptionsProperty
categoryLabelOptions :: Maybe ChartAxisLabelOptionsProperty
colorLabelOptions :: Maybe ChartAxisLabelOptionsProperty
fieldWells :: Maybe ComboChartFieldWellsProperty
interactions :: Maybe VisualInteractionOptionsProperty
legend :: Maybe LegendOptionsProperty
lineDataLabels :: Maybe DataLabelOptionsProperty
primaryYAxisDisplayOptions :: Maybe AxisDisplayOptionsProperty
primaryYAxisLabelOptions :: Maybe ChartAxisLabelOptionsProperty
referenceLines :: Maybe [ReferenceLineProperty]
secondaryYAxisDisplayOptions :: Maybe AxisDisplayOptionsProperty
secondaryYAxisLabelOptions :: Maybe ChartAxisLabelOptionsProperty
singleAxisOptions :: Maybe SingleAxisOptionsProperty
sortConfiguration :: Maybe ComboChartSortConfigurationProperty
tooltip :: Maybe TooltipOptionsProperty
visualPalette :: Maybe VisualPaletteProperty
..}
    = ComboChartConfigurationProperty
        {primaryYAxisLabelOptions :: Maybe ChartAxisLabelOptionsProperty
primaryYAxisLabelOptions = ChartAxisLabelOptionsProperty
-> Maybe ChartAxisLabelOptionsProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType
  "PrimaryYAxisLabelOptions" ComboChartConfigurationProperty
ChartAxisLabelOptionsProperty
newValue, Maybe [ReferenceLineProperty]
Maybe (Value Text)
Maybe ChartAxisLabelOptionsProperty
Maybe LegendOptionsProperty
Maybe ComboChartSortConfigurationProperty
Maybe DataLabelOptionsProperty
Maybe ComboChartFieldWellsProperty
Maybe TooltipOptionsProperty
Maybe AxisDisplayOptionsProperty
Maybe VisualInteractionOptionsProperty
Maybe VisualPaletteProperty
Maybe SingleAxisOptionsProperty
()
haddock_workaround_ :: ()
barDataLabels :: Maybe DataLabelOptionsProperty
barsArrangement :: Maybe (Value Text)
categoryAxis :: Maybe AxisDisplayOptionsProperty
categoryLabelOptions :: Maybe ChartAxisLabelOptionsProperty
colorLabelOptions :: Maybe ChartAxisLabelOptionsProperty
fieldWells :: Maybe ComboChartFieldWellsProperty
interactions :: Maybe VisualInteractionOptionsProperty
legend :: Maybe LegendOptionsProperty
lineDataLabels :: Maybe DataLabelOptionsProperty
primaryYAxisDisplayOptions :: Maybe AxisDisplayOptionsProperty
referenceLines :: Maybe [ReferenceLineProperty]
secondaryYAxisDisplayOptions :: Maybe AxisDisplayOptionsProperty
secondaryYAxisLabelOptions :: Maybe ChartAxisLabelOptionsProperty
singleAxisOptions :: Maybe SingleAxisOptionsProperty
sortConfiguration :: Maybe ComboChartSortConfigurationProperty
tooltip :: Maybe TooltipOptionsProperty
visualPalette :: Maybe VisualPaletteProperty
haddock_workaround_ :: ()
barDataLabels :: Maybe DataLabelOptionsProperty
barsArrangement :: Maybe (Value Text)
categoryAxis :: Maybe AxisDisplayOptionsProperty
categoryLabelOptions :: Maybe ChartAxisLabelOptionsProperty
colorLabelOptions :: Maybe ChartAxisLabelOptionsProperty
fieldWells :: Maybe ComboChartFieldWellsProperty
interactions :: Maybe VisualInteractionOptionsProperty
legend :: Maybe LegendOptionsProperty
lineDataLabels :: Maybe DataLabelOptionsProperty
primaryYAxisDisplayOptions :: Maybe AxisDisplayOptionsProperty
referenceLines :: Maybe [ReferenceLineProperty]
secondaryYAxisDisplayOptions :: Maybe AxisDisplayOptionsProperty
secondaryYAxisLabelOptions :: Maybe ChartAxisLabelOptionsProperty
singleAxisOptions :: Maybe SingleAxisOptionsProperty
sortConfiguration :: Maybe ComboChartSortConfigurationProperty
tooltip :: Maybe TooltipOptionsProperty
visualPalette :: Maybe VisualPaletteProperty
..}
instance Property "ReferenceLines" ComboChartConfigurationProperty where
  type PropertyType "ReferenceLines" ComboChartConfigurationProperty = [ReferenceLineProperty]
  set :: PropertyType "ReferenceLines" ComboChartConfigurationProperty
-> ComboChartConfigurationProperty
-> ComboChartConfigurationProperty
set PropertyType "ReferenceLines" ComboChartConfigurationProperty
newValue ComboChartConfigurationProperty {Maybe [ReferenceLineProperty]
Maybe (Value Text)
Maybe ChartAxisLabelOptionsProperty
Maybe LegendOptionsProperty
Maybe ComboChartSortConfigurationProperty
Maybe DataLabelOptionsProperty
Maybe ComboChartFieldWellsProperty
Maybe TooltipOptionsProperty
Maybe AxisDisplayOptionsProperty
Maybe VisualInteractionOptionsProperty
Maybe VisualPaletteProperty
Maybe SingleAxisOptionsProperty
()
haddock_workaround_ :: ComboChartConfigurationProperty -> ()
barDataLabels :: ComboChartConfigurationProperty -> Maybe DataLabelOptionsProperty
barsArrangement :: ComboChartConfigurationProperty -> Maybe (Value Text)
categoryAxis :: ComboChartConfigurationProperty -> Maybe AxisDisplayOptionsProperty
categoryLabelOptions :: ComboChartConfigurationProperty
-> Maybe ChartAxisLabelOptionsProperty
colorLabelOptions :: ComboChartConfigurationProperty
-> Maybe ChartAxisLabelOptionsProperty
fieldWells :: ComboChartConfigurationProperty
-> Maybe ComboChartFieldWellsProperty
interactions :: ComboChartConfigurationProperty
-> Maybe VisualInteractionOptionsProperty
legend :: ComboChartConfigurationProperty -> Maybe LegendOptionsProperty
lineDataLabels :: ComboChartConfigurationProperty -> Maybe DataLabelOptionsProperty
primaryYAxisDisplayOptions :: ComboChartConfigurationProperty -> Maybe AxisDisplayOptionsProperty
primaryYAxisLabelOptions :: ComboChartConfigurationProperty
-> Maybe ChartAxisLabelOptionsProperty
referenceLines :: ComboChartConfigurationProperty -> Maybe [ReferenceLineProperty]
secondaryYAxisDisplayOptions :: ComboChartConfigurationProperty -> Maybe AxisDisplayOptionsProperty
secondaryYAxisLabelOptions :: ComboChartConfigurationProperty
-> Maybe ChartAxisLabelOptionsProperty
singleAxisOptions :: ComboChartConfigurationProperty -> Maybe SingleAxisOptionsProperty
sortConfiguration :: ComboChartConfigurationProperty
-> Maybe ComboChartSortConfigurationProperty
tooltip :: ComboChartConfigurationProperty -> Maybe TooltipOptionsProperty
visualPalette :: ComboChartConfigurationProperty -> Maybe VisualPaletteProperty
haddock_workaround_ :: ()
barDataLabels :: Maybe DataLabelOptionsProperty
barsArrangement :: Maybe (Value Text)
categoryAxis :: Maybe AxisDisplayOptionsProperty
categoryLabelOptions :: Maybe ChartAxisLabelOptionsProperty
colorLabelOptions :: Maybe ChartAxisLabelOptionsProperty
fieldWells :: Maybe ComboChartFieldWellsProperty
interactions :: Maybe VisualInteractionOptionsProperty
legend :: Maybe LegendOptionsProperty
lineDataLabels :: Maybe DataLabelOptionsProperty
primaryYAxisDisplayOptions :: Maybe AxisDisplayOptionsProperty
primaryYAxisLabelOptions :: Maybe ChartAxisLabelOptionsProperty
referenceLines :: Maybe [ReferenceLineProperty]
secondaryYAxisDisplayOptions :: Maybe AxisDisplayOptionsProperty
secondaryYAxisLabelOptions :: Maybe ChartAxisLabelOptionsProperty
singleAxisOptions :: Maybe SingleAxisOptionsProperty
sortConfiguration :: Maybe ComboChartSortConfigurationProperty
tooltip :: Maybe TooltipOptionsProperty
visualPalette :: Maybe VisualPaletteProperty
..}
    = ComboChartConfigurationProperty
        {referenceLines :: Maybe [ReferenceLineProperty]
referenceLines = [ReferenceLineProperty] -> Maybe [ReferenceLineProperty]
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure [ReferenceLineProperty]
PropertyType "ReferenceLines" ComboChartConfigurationProperty
newValue, Maybe (Value Text)
Maybe ChartAxisLabelOptionsProperty
Maybe LegendOptionsProperty
Maybe ComboChartSortConfigurationProperty
Maybe DataLabelOptionsProperty
Maybe ComboChartFieldWellsProperty
Maybe TooltipOptionsProperty
Maybe AxisDisplayOptionsProperty
Maybe VisualInteractionOptionsProperty
Maybe VisualPaletteProperty
Maybe SingleAxisOptionsProperty
()
haddock_workaround_ :: ()
barDataLabels :: Maybe DataLabelOptionsProperty
barsArrangement :: Maybe (Value Text)
categoryAxis :: Maybe AxisDisplayOptionsProperty
categoryLabelOptions :: Maybe ChartAxisLabelOptionsProperty
colorLabelOptions :: Maybe ChartAxisLabelOptionsProperty
fieldWells :: Maybe ComboChartFieldWellsProperty
interactions :: Maybe VisualInteractionOptionsProperty
legend :: Maybe LegendOptionsProperty
lineDataLabels :: Maybe DataLabelOptionsProperty
primaryYAxisDisplayOptions :: Maybe AxisDisplayOptionsProperty
primaryYAxisLabelOptions :: Maybe ChartAxisLabelOptionsProperty
secondaryYAxisDisplayOptions :: Maybe AxisDisplayOptionsProperty
secondaryYAxisLabelOptions :: Maybe ChartAxisLabelOptionsProperty
singleAxisOptions :: Maybe SingleAxisOptionsProperty
sortConfiguration :: Maybe ComboChartSortConfigurationProperty
tooltip :: Maybe TooltipOptionsProperty
visualPalette :: Maybe VisualPaletteProperty
haddock_workaround_ :: ()
barDataLabels :: Maybe DataLabelOptionsProperty
barsArrangement :: Maybe (Value Text)
categoryAxis :: Maybe AxisDisplayOptionsProperty
categoryLabelOptions :: Maybe ChartAxisLabelOptionsProperty
colorLabelOptions :: Maybe ChartAxisLabelOptionsProperty
fieldWells :: Maybe ComboChartFieldWellsProperty
interactions :: Maybe VisualInteractionOptionsProperty
legend :: Maybe LegendOptionsProperty
lineDataLabels :: Maybe DataLabelOptionsProperty
primaryYAxisDisplayOptions :: Maybe AxisDisplayOptionsProperty
primaryYAxisLabelOptions :: Maybe ChartAxisLabelOptionsProperty
secondaryYAxisDisplayOptions :: Maybe AxisDisplayOptionsProperty
secondaryYAxisLabelOptions :: Maybe ChartAxisLabelOptionsProperty
singleAxisOptions :: Maybe SingleAxisOptionsProperty
sortConfiguration :: Maybe ComboChartSortConfigurationProperty
tooltip :: Maybe TooltipOptionsProperty
visualPalette :: Maybe VisualPaletteProperty
..}
instance Property "SecondaryYAxisDisplayOptions" ComboChartConfigurationProperty where
  type PropertyType "SecondaryYAxisDisplayOptions" ComboChartConfigurationProperty = AxisDisplayOptionsProperty
  set :: PropertyType
  "SecondaryYAxisDisplayOptions" ComboChartConfigurationProperty
-> ComboChartConfigurationProperty
-> ComboChartConfigurationProperty
set PropertyType
  "SecondaryYAxisDisplayOptions" ComboChartConfigurationProperty
newValue ComboChartConfigurationProperty {Maybe [ReferenceLineProperty]
Maybe (Value Text)
Maybe ChartAxisLabelOptionsProperty
Maybe LegendOptionsProperty
Maybe ComboChartSortConfigurationProperty
Maybe DataLabelOptionsProperty
Maybe ComboChartFieldWellsProperty
Maybe TooltipOptionsProperty
Maybe AxisDisplayOptionsProperty
Maybe VisualInteractionOptionsProperty
Maybe VisualPaletteProperty
Maybe SingleAxisOptionsProperty
()
haddock_workaround_ :: ComboChartConfigurationProperty -> ()
barDataLabels :: ComboChartConfigurationProperty -> Maybe DataLabelOptionsProperty
barsArrangement :: ComboChartConfigurationProperty -> Maybe (Value Text)
categoryAxis :: ComboChartConfigurationProperty -> Maybe AxisDisplayOptionsProperty
categoryLabelOptions :: ComboChartConfigurationProperty
-> Maybe ChartAxisLabelOptionsProperty
colorLabelOptions :: ComboChartConfigurationProperty
-> Maybe ChartAxisLabelOptionsProperty
fieldWells :: ComboChartConfigurationProperty
-> Maybe ComboChartFieldWellsProperty
interactions :: ComboChartConfigurationProperty
-> Maybe VisualInteractionOptionsProperty
legend :: ComboChartConfigurationProperty -> Maybe LegendOptionsProperty
lineDataLabels :: ComboChartConfigurationProperty -> Maybe DataLabelOptionsProperty
primaryYAxisDisplayOptions :: ComboChartConfigurationProperty -> Maybe AxisDisplayOptionsProperty
primaryYAxisLabelOptions :: ComboChartConfigurationProperty
-> Maybe ChartAxisLabelOptionsProperty
referenceLines :: ComboChartConfigurationProperty -> Maybe [ReferenceLineProperty]
secondaryYAxisDisplayOptions :: ComboChartConfigurationProperty -> Maybe AxisDisplayOptionsProperty
secondaryYAxisLabelOptions :: ComboChartConfigurationProperty
-> Maybe ChartAxisLabelOptionsProperty
singleAxisOptions :: ComboChartConfigurationProperty -> Maybe SingleAxisOptionsProperty
sortConfiguration :: ComboChartConfigurationProperty
-> Maybe ComboChartSortConfigurationProperty
tooltip :: ComboChartConfigurationProperty -> Maybe TooltipOptionsProperty
visualPalette :: ComboChartConfigurationProperty -> Maybe VisualPaletteProperty
haddock_workaround_ :: ()
barDataLabels :: Maybe DataLabelOptionsProperty
barsArrangement :: Maybe (Value Text)
categoryAxis :: Maybe AxisDisplayOptionsProperty
categoryLabelOptions :: Maybe ChartAxisLabelOptionsProperty
colorLabelOptions :: Maybe ChartAxisLabelOptionsProperty
fieldWells :: Maybe ComboChartFieldWellsProperty
interactions :: Maybe VisualInteractionOptionsProperty
legend :: Maybe LegendOptionsProperty
lineDataLabels :: Maybe DataLabelOptionsProperty
primaryYAxisDisplayOptions :: Maybe AxisDisplayOptionsProperty
primaryYAxisLabelOptions :: Maybe ChartAxisLabelOptionsProperty
referenceLines :: Maybe [ReferenceLineProperty]
secondaryYAxisDisplayOptions :: Maybe AxisDisplayOptionsProperty
secondaryYAxisLabelOptions :: Maybe ChartAxisLabelOptionsProperty
singleAxisOptions :: Maybe SingleAxisOptionsProperty
sortConfiguration :: Maybe ComboChartSortConfigurationProperty
tooltip :: Maybe TooltipOptionsProperty
visualPalette :: Maybe VisualPaletteProperty
..}
    = ComboChartConfigurationProperty
        {secondaryYAxisDisplayOptions :: Maybe AxisDisplayOptionsProperty
secondaryYAxisDisplayOptions = AxisDisplayOptionsProperty -> Maybe AxisDisplayOptionsProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType
  "SecondaryYAxisDisplayOptions" ComboChartConfigurationProperty
AxisDisplayOptionsProperty
newValue, Maybe [ReferenceLineProperty]
Maybe (Value Text)
Maybe ChartAxisLabelOptionsProperty
Maybe LegendOptionsProperty
Maybe ComboChartSortConfigurationProperty
Maybe DataLabelOptionsProperty
Maybe ComboChartFieldWellsProperty
Maybe TooltipOptionsProperty
Maybe AxisDisplayOptionsProperty
Maybe VisualInteractionOptionsProperty
Maybe VisualPaletteProperty
Maybe SingleAxisOptionsProperty
()
haddock_workaround_ :: ()
barDataLabels :: Maybe DataLabelOptionsProperty
barsArrangement :: Maybe (Value Text)
categoryAxis :: Maybe AxisDisplayOptionsProperty
categoryLabelOptions :: Maybe ChartAxisLabelOptionsProperty
colorLabelOptions :: Maybe ChartAxisLabelOptionsProperty
fieldWells :: Maybe ComboChartFieldWellsProperty
interactions :: Maybe VisualInteractionOptionsProperty
legend :: Maybe LegendOptionsProperty
lineDataLabels :: Maybe DataLabelOptionsProperty
primaryYAxisDisplayOptions :: Maybe AxisDisplayOptionsProperty
primaryYAxisLabelOptions :: Maybe ChartAxisLabelOptionsProperty
referenceLines :: Maybe [ReferenceLineProperty]
secondaryYAxisLabelOptions :: Maybe ChartAxisLabelOptionsProperty
singleAxisOptions :: Maybe SingleAxisOptionsProperty
sortConfiguration :: Maybe ComboChartSortConfigurationProperty
tooltip :: Maybe TooltipOptionsProperty
visualPalette :: Maybe VisualPaletteProperty
haddock_workaround_ :: ()
barDataLabels :: Maybe DataLabelOptionsProperty
barsArrangement :: Maybe (Value Text)
categoryAxis :: Maybe AxisDisplayOptionsProperty
categoryLabelOptions :: Maybe ChartAxisLabelOptionsProperty
colorLabelOptions :: Maybe ChartAxisLabelOptionsProperty
fieldWells :: Maybe ComboChartFieldWellsProperty
interactions :: Maybe VisualInteractionOptionsProperty
legend :: Maybe LegendOptionsProperty
lineDataLabels :: Maybe DataLabelOptionsProperty
primaryYAxisDisplayOptions :: Maybe AxisDisplayOptionsProperty
primaryYAxisLabelOptions :: Maybe ChartAxisLabelOptionsProperty
referenceLines :: Maybe [ReferenceLineProperty]
secondaryYAxisLabelOptions :: Maybe ChartAxisLabelOptionsProperty
singleAxisOptions :: Maybe SingleAxisOptionsProperty
sortConfiguration :: Maybe ComboChartSortConfigurationProperty
tooltip :: Maybe TooltipOptionsProperty
visualPalette :: Maybe VisualPaletteProperty
..}
instance Property "SecondaryYAxisLabelOptions" ComboChartConfigurationProperty where
  type PropertyType "SecondaryYAxisLabelOptions" ComboChartConfigurationProperty = ChartAxisLabelOptionsProperty
  set :: PropertyType
  "SecondaryYAxisLabelOptions" ComboChartConfigurationProperty
-> ComboChartConfigurationProperty
-> ComboChartConfigurationProperty
set PropertyType
  "SecondaryYAxisLabelOptions" ComboChartConfigurationProperty
newValue ComboChartConfigurationProperty {Maybe [ReferenceLineProperty]
Maybe (Value Text)
Maybe ChartAxisLabelOptionsProperty
Maybe LegendOptionsProperty
Maybe ComboChartSortConfigurationProperty
Maybe DataLabelOptionsProperty
Maybe ComboChartFieldWellsProperty
Maybe TooltipOptionsProperty
Maybe AxisDisplayOptionsProperty
Maybe VisualInteractionOptionsProperty
Maybe VisualPaletteProperty
Maybe SingleAxisOptionsProperty
()
haddock_workaround_ :: ComboChartConfigurationProperty -> ()
barDataLabels :: ComboChartConfigurationProperty -> Maybe DataLabelOptionsProperty
barsArrangement :: ComboChartConfigurationProperty -> Maybe (Value Text)
categoryAxis :: ComboChartConfigurationProperty -> Maybe AxisDisplayOptionsProperty
categoryLabelOptions :: ComboChartConfigurationProperty
-> Maybe ChartAxisLabelOptionsProperty
colorLabelOptions :: ComboChartConfigurationProperty
-> Maybe ChartAxisLabelOptionsProperty
fieldWells :: ComboChartConfigurationProperty
-> Maybe ComboChartFieldWellsProperty
interactions :: ComboChartConfigurationProperty
-> Maybe VisualInteractionOptionsProperty
legend :: ComboChartConfigurationProperty -> Maybe LegendOptionsProperty
lineDataLabels :: ComboChartConfigurationProperty -> Maybe DataLabelOptionsProperty
primaryYAxisDisplayOptions :: ComboChartConfigurationProperty -> Maybe AxisDisplayOptionsProperty
primaryYAxisLabelOptions :: ComboChartConfigurationProperty
-> Maybe ChartAxisLabelOptionsProperty
referenceLines :: ComboChartConfigurationProperty -> Maybe [ReferenceLineProperty]
secondaryYAxisDisplayOptions :: ComboChartConfigurationProperty -> Maybe AxisDisplayOptionsProperty
secondaryYAxisLabelOptions :: ComboChartConfigurationProperty
-> Maybe ChartAxisLabelOptionsProperty
singleAxisOptions :: ComboChartConfigurationProperty -> Maybe SingleAxisOptionsProperty
sortConfiguration :: ComboChartConfigurationProperty
-> Maybe ComboChartSortConfigurationProperty
tooltip :: ComboChartConfigurationProperty -> Maybe TooltipOptionsProperty
visualPalette :: ComboChartConfigurationProperty -> Maybe VisualPaletteProperty
haddock_workaround_ :: ()
barDataLabels :: Maybe DataLabelOptionsProperty
barsArrangement :: Maybe (Value Text)
categoryAxis :: Maybe AxisDisplayOptionsProperty
categoryLabelOptions :: Maybe ChartAxisLabelOptionsProperty
colorLabelOptions :: Maybe ChartAxisLabelOptionsProperty
fieldWells :: Maybe ComboChartFieldWellsProperty
interactions :: Maybe VisualInteractionOptionsProperty
legend :: Maybe LegendOptionsProperty
lineDataLabels :: Maybe DataLabelOptionsProperty
primaryYAxisDisplayOptions :: Maybe AxisDisplayOptionsProperty
primaryYAxisLabelOptions :: Maybe ChartAxisLabelOptionsProperty
referenceLines :: Maybe [ReferenceLineProperty]
secondaryYAxisDisplayOptions :: Maybe AxisDisplayOptionsProperty
secondaryYAxisLabelOptions :: Maybe ChartAxisLabelOptionsProperty
singleAxisOptions :: Maybe SingleAxisOptionsProperty
sortConfiguration :: Maybe ComboChartSortConfigurationProperty
tooltip :: Maybe TooltipOptionsProperty
visualPalette :: Maybe VisualPaletteProperty
..}
    = ComboChartConfigurationProperty
        {secondaryYAxisLabelOptions :: Maybe ChartAxisLabelOptionsProperty
secondaryYAxisLabelOptions = ChartAxisLabelOptionsProperty
-> Maybe ChartAxisLabelOptionsProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType
  "SecondaryYAxisLabelOptions" ComboChartConfigurationProperty
ChartAxisLabelOptionsProperty
newValue, Maybe [ReferenceLineProperty]
Maybe (Value Text)
Maybe ChartAxisLabelOptionsProperty
Maybe LegendOptionsProperty
Maybe ComboChartSortConfigurationProperty
Maybe DataLabelOptionsProperty
Maybe ComboChartFieldWellsProperty
Maybe TooltipOptionsProperty
Maybe AxisDisplayOptionsProperty
Maybe VisualInteractionOptionsProperty
Maybe VisualPaletteProperty
Maybe SingleAxisOptionsProperty
()
haddock_workaround_ :: ()
barDataLabels :: Maybe DataLabelOptionsProperty
barsArrangement :: Maybe (Value Text)
categoryAxis :: Maybe AxisDisplayOptionsProperty
categoryLabelOptions :: Maybe ChartAxisLabelOptionsProperty
colorLabelOptions :: Maybe ChartAxisLabelOptionsProperty
fieldWells :: Maybe ComboChartFieldWellsProperty
interactions :: Maybe VisualInteractionOptionsProperty
legend :: Maybe LegendOptionsProperty
lineDataLabels :: Maybe DataLabelOptionsProperty
primaryYAxisDisplayOptions :: Maybe AxisDisplayOptionsProperty
primaryYAxisLabelOptions :: Maybe ChartAxisLabelOptionsProperty
referenceLines :: Maybe [ReferenceLineProperty]
secondaryYAxisDisplayOptions :: Maybe AxisDisplayOptionsProperty
singleAxisOptions :: Maybe SingleAxisOptionsProperty
sortConfiguration :: Maybe ComboChartSortConfigurationProperty
tooltip :: Maybe TooltipOptionsProperty
visualPalette :: Maybe VisualPaletteProperty
haddock_workaround_ :: ()
barDataLabels :: Maybe DataLabelOptionsProperty
barsArrangement :: Maybe (Value Text)
categoryAxis :: Maybe AxisDisplayOptionsProperty
categoryLabelOptions :: Maybe ChartAxisLabelOptionsProperty
colorLabelOptions :: Maybe ChartAxisLabelOptionsProperty
fieldWells :: Maybe ComboChartFieldWellsProperty
interactions :: Maybe VisualInteractionOptionsProperty
legend :: Maybe LegendOptionsProperty
lineDataLabels :: Maybe DataLabelOptionsProperty
primaryYAxisDisplayOptions :: Maybe AxisDisplayOptionsProperty
primaryYAxisLabelOptions :: Maybe ChartAxisLabelOptionsProperty
referenceLines :: Maybe [ReferenceLineProperty]
secondaryYAxisDisplayOptions :: Maybe AxisDisplayOptionsProperty
singleAxisOptions :: Maybe SingleAxisOptionsProperty
sortConfiguration :: Maybe ComboChartSortConfigurationProperty
tooltip :: Maybe TooltipOptionsProperty
visualPalette :: Maybe VisualPaletteProperty
..}
instance Property "SingleAxisOptions" ComboChartConfigurationProperty where
  type PropertyType "SingleAxisOptions" ComboChartConfigurationProperty = SingleAxisOptionsProperty
  set :: PropertyType "SingleAxisOptions" ComboChartConfigurationProperty
-> ComboChartConfigurationProperty
-> ComboChartConfigurationProperty
set PropertyType "SingleAxisOptions" ComboChartConfigurationProperty
newValue ComboChartConfigurationProperty {Maybe [ReferenceLineProperty]
Maybe (Value Text)
Maybe ChartAxisLabelOptionsProperty
Maybe LegendOptionsProperty
Maybe ComboChartSortConfigurationProperty
Maybe DataLabelOptionsProperty
Maybe ComboChartFieldWellsProperty
Maybe TooltipOptionsProperty
Maybe AxisDisplayOptionsProperty
Maybe VisualInteractionOptionsProperty
Maybe VisualPaletteProperty
Maybe SingleAxisOptionsProperty
()
haddock_workaround_ :: ComboChartConfigurationProperty -> ()
barDataLabels :: ComboChartConfigurationProperty -> Maybe DataLabelOptionsProperty
barsArrangement :: ComboChartConfigurationProperty -> Maybe (Value Text)
categoryAxis :: ComboChartConfigurationProperty -> Maybe AxisDisplayOptionsProperty
categoryLabelOptions :: ComboChartConfigurationProperty
-> Maybe ChartAxisLabelOptionsProperty
colorLabelOptions :: ComboChartConfigurationProperty
-> Maybe ChartAxisLabelOptionsProperty
fieldWells :: ComboChartConfigurationProperty
-> Maybe ComboChartFieldWellsProperty
interactions :: ComboChartConfigurationProperty
-> Maybe VisualInteractionOptionsProperty
legend :: ComboChartConfigurationProperty -> Maybe LegendOptionsProperty
lineDataLabels :: ComboChartConfigurationProperty -> Maybe DataLabelOptionsProperty
primaryYAxisDisplayOptions :: ComboChartConfigurationProperty -> Maybe AxisDisplayOptionsProperty
primaryYAxisLabelOptions :: ComboChartConfigurationProperty
-> Maybe ChartAxisLabelOptionsProperty
referenceLines :: ComboChartConfigurationProperty -> Maybe [ReferenceLineProperty]
secondaryYAxisDisplayOptions :: ComboChartConfigurationProperty -> Maybe AxisDisplayOptionsProperty
secondaryYAxisLabelOptions :: ComboChartConfigurationProperty
-> Maybe ChartAxisLabelOptionsProperty
singleAxisOptions :: ComboChartConfigurationProperty -> Maybe SingleAxisOptionsProperty
sortConfiguration :: ComboChartConfigurationProperty
-> Maybe ComboChartSortConfigurationProperty
tooltip :: ComboChartConfigurationProperty -> Maybe TooltipOptionsProperty
visualPalette :: ComboChartConfigurationProperty -> Maybe VisualPaletteProperty
haddock_workaround_ :: ()
barDataLabels :: Maybe DataLabelOptionsProperty
barsArrangement :: Maybe (Value Text)
categoryAxis :: Maybe AxisDisplayOptionsProperty
categoryLabelOptions :: Maybe ChartAxisLabelOptionsProperty
colorLabelOptions :: Maybe ChartAxisLabelOptionsProperty
fieldWells :: Maybe ComboChartFieldWellsProperty
interactions :: Maybe VisualInteractionOptionsProperty
legend :: Maybe LegendOptionsProperty
lineDataLabels :: Maybe DataLabelOptionsProperty
primaryYAxisDisplayOptions :: Maybe AxisDisplayOptionsProperty
primaryYAxisLabelOptions :: Maybe ChartAxisLabelOptionsProperty
referenceLines :: Maybe [ReferenceLineProperty]
secondaryYAxisDisplayOptions :: Maybe AxisDisplayOptionsProperty
secondaryYAxisLabelOptions :: Maybe ChartAxisLabelOptionsProperty
singleAxisOptions :: Maybe SingleAxisOptionsProperty
sortConfiguration :: Maybe ComboChartSortConfigurationProperty
tooltip :: Maybe TooltipOptionsProperty
visualPalette :: Maybe VisualPaletteProperty
..}
    = ComboChartConfigurationProperty
        {singleAxisOptions :: Maybe SingleAxisOptionsProperty
singleAxisOptions = SingleAxisOptionsProperty -> Maybe SingleAxisOptionsProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "SingleAxisOptions" ComboChartConfigurationProperty
SingleAxisOptionsProperty
newValue, Maybe [ReferenceLineProperty]
Maybe (Value Text)
Maybe ChartAxisLabelOptionsProperty
Maybe LegendOptionsProperty
Maybe ComboChartSortConfigurationProperty
Maybe DataLabelOptionsProperty
Maybe ComboChartFieldWellsProperty
Maybe TooltipOptionsProperty
Maybe AxisDisplayOptionsProperty
Maybe VisualInteractionOptionsProperty
Maybe VisualPaletteProperty
()
haddock_workaround_ :: ()
barDataLabels :: Maybe DataLabelOptionsProperty
barsArrangement :: Maybe (Value Text)
categoryAxis :: Maybe AxisDisplayOptionsProperty
categoryLabelOptions :: Maybe ChartAxisLabelOptionsProperty
colorLabelOptions :: Maybe ChartAxisLabelOptionsProperty
fieldWells :: Maybe ComboChartFieldWellsProperty
interactions :: Maybe VisualInteractionOptionsProperty
legend :: Maybe LegendOptionsProperty
lineDataLabels :: Maybe DataLabelOptionsProperty
primaryYAxisDisplayOptions :: Maybe AxisDisplayOptionsProperty
primaryYAxisLabelOptions :: Maybe ChartAxisLabelOptionsProperty
referenceLines :: Maybe [ReferenceLineProperty]
secondaryYAxisDisplayOptions :: Maybe AxisDisplayOptionsProperty
secondaryYAxisLabelOptions :: Maybe ChartAxisLabelOptionsProperty
sortConfiguration :: Maybe ComboChartSortConfigurationProperty
tooltip :: Maybe TooltipOptionsProperty
visualPalette :: Maybe VisualPaletteProperty
haddock_workaround_ :: ()
barDataLabels :: Maybe DataLabelOptionsProperty
barsArrangement :: Maybe (Value Text)
categoryAxis :: Maybe AxisDisplayOptionsProperty
categoryLabelOptions :: Maybe ChartAxisLabelOptionsProperty
colorLabelOptions :: Maybe ChartAxisLabelOptionsProperty
fieldWells :: Maybe ComboChartFieldWellsProperty
interactions :: Maybe VisualInteractionOptionsProperty
legend :: Maybe LegendOptionsProperty
lineDataLabels :: Maybe DataLabelOptionsProperty
primaryYAxisDisplayOptions :: Maybe AxisDisplayOptionsProperty
primaryYAxisLabelOptions :: Maybe ChartAxisLabelOptionsProperty
referenceLines :: Maybe [ReferenceLineProperty]
secondaryYAxisDisplayOptions :: Maybe AxisDisplayOptionsProperty
secondaryYAxisLabelOptions :: Maybe ChartAxisLabelOptionsProperty
sortConfiguration :: Maybe ComboChartSortConfigurationProperty
tooltip :: Maybe TooltipOptionsProperty
visualPalette :: Maybe VisualPaletteProperty
..}
instance Property "SortConfiguration" ComboChartConfigurationProperty where
  type PropertyType "SortConfiguration" ComboChartConfigurationProperty = ComboChartSortConfigurationProperty
  set :: PropertyType "SortConfiguration" ComboChartConfigurationProperty
-> ComboChartConfigurationProperty
-> ComboChartConfigurationProperty
set PropertyType "SortConfiguration" ComboChartConfigurationProperty
newValue ComboChartConfigurationProperty {Maybe [ReferenceLineProperty]
Maybe (Value Text)
Maybe ChartAxisLabelOptionsProperty
Maybe LegendOptionsProperty
Maybe ComboChartSortConfigurationProperty
Maybe DataLabelOptionsProperty
Maybe ComboChartFieldWellsProperty
Maybe TooltipOptionsProperty
Maybe AxisDisplayOptionsProperty
Maybe VisualInteractionOptionsProperty
Maybe VisualPaletteProperty
Maybe SingleAxisOptionsProperty
()
haddock_workaround_ :: ComboChartConfigurationProperty -> ()
barDataLabels :: ComboChartConfigurationProperty -> Maybe DataLabelOptionsProperty
barsArrangement :: ComboChartConfigurationProperty -> Maybe (Value Text)
categoryAxis :: ComboChartConfigurationProperty -> Maybe AxisDisplayOptionsProperty
categoryLabelOptions :: ComboChartConfigurationProperty
-> Maybe ChartAxisLabelOptionsProperty
colorLabelOptions :: ComboChartConfigurationProperty
-> Maybe ChartAxisLabelOptionsProperty
fieldWells :: ComboChartConfigurationProperty
-> Maybe ComboChartFieldWellsProperty
interactions :: ComboChartConfigurationProperty
-> Maybe VisualInteractionOptionsProperty
legend :: ComboChartConfigurationProperty -> Maybe LegendOptionsProperty
lineDataLabels :: ComboChartConfigurationProperty -> Maybe DataLabelOptionsProperty
primaryYAxisDisplayOptions :: ComboChartConfigurationProperty -> Maybe AxisDisplayOptionsProperty
primaryYAxisLabelOptions :: ComboChartConfigurationProperty
-> Maybe ChartAxisLabelOptionsProperty
referenceLines :: ComboChartConfigurationProperty -> Maybe [ReferenceLineProperty]
secondaryYAxisDisplayOptions :: ComboChartConfigurationProperty -> Maybe AxisDisplayOptionsProperty
secondaryYAxisLabelOptions :: ComboChartConfigurationProperty
-> Maybe ChartAxisLabelOptionsProperty
singleAxisOptions :: ComboChartConfigurationProperty -> Maybe SingleAxisOptionsProperty
sortConfiguration :: ComboChartConfigurationProperty
-> Maybe ComboChartSortConfigurationProperty
tooltip :: ComboChartConfigurationProperty -> Maybe TooltipOptionsProperty
visualPalette :: ComboChartConfigurationProperty -> Maybe VisualPaletteProperty
haddock_workaround_ :: ()
barDataLabels :: Maybe DataLabelOptionsProperty
barsArrangement :: Maybe (Value Text)
categoryAxis :: Maybe AxisDisplayOptionsProperty
categoryLabelOptions :: Maybe ChartAxisLabelOptionsProperty
colorLabelOptions :: Maybe ChartAxisLabelOptionsProperty
fieldWells :: Maybe ComboChartFieldWellsProperty
interactions :: Maybe VisualInteractionOptionsProperty
legend :: Maybe LegendOptionsProperty
lineDataLabels :: Maybe DataLabelOptionsProperty
primaryYAxisDisplayOptions :: Maybe AxisDisplayOptionsProperty
primaryYAxisLabelOptions :: Maybe ChartAxisLabelOptionsProperty
referenceLines :: Maybe [ReferenceLineProperty]
secondaryYAxisDisplayOptions :: Maybe AxisDisplayOptionsProperty
secondaryYAxisLabelOptions :: Maybe ChartAxisLabelOptionsProperty
singleAxisOptions :: Maybe SingleAxisOptionsProperty
sortConfiguration :: Maybe ComboChartSortConfigurationProperty
tooltip :: Maybe TooltipOptionsProperty
visualPalette :: Maybe VisualPaletteProperty
..}
    = ComboChartConfigurationProperty
        {sortConfiguration :: Maybe ComboChartSortConfigurationProperty
sortConfiguration = ComboChartSortConfigurationProperty
-> Maybe ComboChartSortConfigurationProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "SortConfiguration" ComboChartConfigurationProperty
ComboChartSortConfigurationProperty
newValue, Maybe [ReferenceLineProperty]
Maybe (Value Text)
Maybe ChartAxisLabelOptionsProperty
Maybe LegendOptionsProperty
Maybe DataLabelOptionsProperty
Maybe ComboChartFieldWellsProperty
Maybe TooltipOptionsProperty
Maybe AxisDisplayOptionsProperty
Maybe VisualInteractionOptionsProperty
Maybe VisualPaletteProperty
Maybe SingleAxisOptionsProperty
()
haddock_workaround_ :: ()
barDataLabels :: Maybe DataLabelOptionsProperty
barsArrangement :: Maybe (Value Text)
categoryAxis :: Maybe AxisDisplayOptionsProperty
categoryLabelOptions :: Maybe ChartAxisLabelOptionsProperty
colorLabelOptions :: Maybe ChartAxisLabelOptionsProperty
fieldWells :: Maybe ComboChartFieldWellsProperty
interactions :: Maybe VisualInteractionOptionsProperty
legend :: Maybe LegendOptionsProperty
lineDataLabels :: Maybe DataLabelOptionsProperty
primaryYAxisDisplayOptions :: Maybe AxisDisplayOptionsProperty
primaryYAxisLabelOptions :: Maybe ChartAxisLabelOptionsProperty
referenceLines :: Maybe [ReferenceLineProperty]
secondaryYAxisDisplayOptions :: Maybe AxisDisplayOptionsProperty
secondaryYAxisLabelOptions :: Maybe ChartAxisLabelOptionsProperty
singleAxisOptions :: Maybe SingleAxisOptionsProperty
tooltip :: Maybe TooltipOptionsProperty
visualPalette :: Maybe VisualPaletteProperty
haddock_workaround_ :: ()
barDataLabels :: Maybe DataLabelOptionsProperty
barsArrangement :: Maybe (Value Text)
categoryAxis :: Maybe AxisDisplayOptionsProperty
categoryLabelOptions :: Maybe ChartAxisLabelOptionsProperty
colorLabelOptions :: Maybe ChartAxisLabelOptionsProperty
fieldWells :: Maybe ComboChartFieldWellsProperty
interactions :: Maybe VisualInteractionOptionsProperty
legend :: Maybe LegendOptionsProperty
lineDataLabels :: Maybe DataLabelOptionsProperty
primaryYAxisDisplayOptions :: Maybe AxisDisplayOptionsProperty
primaryYAxisLabelOptions :: Maybe ChartAxisLabelOptionsProperty
referenceLines :: Maybe [ReferenceLineProperty]
secondaryYAxisDisplayOptions :: Maybe AxisDisplayOptionsProperty
secondaryYAxisLabelOptions :: Maybe ChartAxisLabelOptionsProperty
singleAxisOptions :: Maybe SingleAxisOptionsProperty
tooltip :: Maybe TooltipOptionsProperty
visualPalette :: Maybe VisualPaletteProperty
..}
instance Property "Tooltip" ComboChartConfigurationProperty where
  type PropertyType "Tooltip" ComboChartConfigurationProperty = TooltipOptionsProperty
  set :: PropertyType "Tooltip" ComboChartConfigurationProperty
-> ComboChartConfigurationProperty
-> ComboChartConfigurationProperty
set PropertyType "Tooltip" ComboChartConfigurationProperty
newValue ComboChartConfigurationProperty {Maybe [ReferenceLineProperty]
Maybe (Value Text)
Maybe ChartAxisLabelOptionsProperty
Maybe LegendOptionsProperty
Maybe ComboChartSortConfigurationProperty
Maybe DataLabelOptionsProperty
Maybe ComboChartFieldWellsProperty
Maybe TooltipOptionsProperty
Maybe AxisDisplayOptionsProperty
Maybe VisualInteractionOptionsProperty
Maybe VisualPaletteProperty
Maybe SingleAxisOptionsProperty
()
haddock_workaround_ :: ComboChartConfigurationProperty -> ()
barDataLabels :: ComboChartConfigurationProperty -> Maybe DataLabelOptionsProperty
barsArrangement :: ComboChartConfigurationProperty -> Maybe (Value Text)
categoryAxis :: ComboChartConfigurationProperty -> Maybe AxisDisplayOptionsProperty
categoryLabelOptions :: ComboChartConfigurationProperty
-> Maybe ChartAxisLabelOptionsProperty
colorLabelOptions :: ComboChartConfigurationProperty
-> Maybe ChartAxisLabelOptionsProperty
fieldWells :: ComboChartConfigurationProperty
-> Maybe ComboChartFieldWellsProperty
interactions :: ComboChartConfigurationProperty
-> Maybe VisualInteractionOptionsProperty
legend :: ComboChartConfigurationProperty -> Maybe LegendOptionsProperty
lineDataLabels :: ComboChartConfigurationProperty -> Maybe DataLabelOptionsProperty
primaryYAxisDisplayOptions :: ComboChartConfigurationProperty -> Maybe AxisDisplayOptionsProperty
primaryYAxisLabelOptions :: ComboChartConfigurationProperty
-> Maybe ChartAxisLabelOptionsProperty
referenceLines :: ComboChartConfigurationProperty -> Maybe [ReferenceLineProperty]
secondaryYAxisDisplayOptions :: ComboChartConfigurationProperty -> Maybe AxisDisplayOptionsProperty
secondaryYAxisLabelOptions :: ComboChartConfigurationProperty
-> Maybe ChartAxisLabelOptionsProperty
singleAxisOptions :: ComboChartConfigurationProperty -> Maybe SingleAxisOptionsProperty
sortConfiguration :: ComboChartConfigurationProperty
-> Maybe ComboChartSortConfigurationProperty
tooltip :: ComboChartConfigurationProperty -> Maybe TooltipOptionsProperty
visualPalette :: ComboChartConfigurationProperty -> Maybe VisualPaletteProperty
haddock_workaround_ :: ()
barDataLabels :: Maybe DataLabelOptionsProperty
barsArrangement :: Maybe (Value Text)
categoryAxis :: Maybe AxisDisplayOptionsProperty
categoryLabelOptions :: Maybe ChartAxisLabelOptionsProperty
colorLabelOptions :: Maybe ChartAxisLabelOptionsProperty
fieldWells :: Maybe ComboChartFieldWellsProperty
interactions :: Maybe VisualInteractionOptionsProperty
legend :: Maybe LegendOptionsProperty
lineDataLabels :: Maybe DataLabelOptionsProperty
primaryYAxisDisplayOptions :: Maybe AxisDisplayOptionsProperty
primaryYAxisLabelOptions :: Maybe ChartAxisLabelOptionsProperty
referenceLines :: Maybe [ReferenceLineProperty]
secondaryYAxisDisplayOptions :: Maybe AxisDisplayOptionsProperty
secondaryYAxisLabelOptions :: Maybe ChartAxisLabelOptionsProperty
singleAxisOptions :: Maybe SingleAxisOptionsProperty
sortConfiguration :: Maybe ComboChartSortConfigurationProperty
tooltip :: Maybe TooltipOptionsProperty
visualPalette :: Maybe VisualPaletteProperty
..}
    = ComboChartConfigurationProperty
        {tooltip :: Maybe TooltipOptionsProperty
tooltip = TooltipOptionsProperty -> Maybe TooltipOptionsProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "Tooltip" ComboChartConfigurationProperty
TooltipOptionsProperty
newValue, Maybe [ReferenceLineProperty]
Maybe (Value Text)
Maybe ChartAxisLabelOptionsProperty
Maybe LegendOptionsProperty
Maybe ComboChartSortConfigurationProperty
Maybe DataLabelOptionsProperty
Maybe ComboChartFieldWellsProperty
Maybe AxisDisplayOptionsProperty
Maybe VisualInteractionOptionsProperty
Maybe VisualPaletteProperty
Maybe SingleAxisOptionsProperty
()
haddock_workaround_ :: ()
barDataLabels :: Maybe DataLabelOptionsProperty
barsArrangement :: Maybe (Value Text)
categoryAxis :: Maybe AxisDisplayOptionsProperty
categoryLabelOptions :: Maybe ChartAxisLabelOptionsProperty
colorLabelOptions :: Maybe ChartAxisLabelOptionsProperty
fieldWells :: Maybe ComboChartFieldWellsProperty
interactions :: Maybe VisualInteractionOptionsProperty
legend :: Maybe LegendOptionsProperty
lineDataLabels :: Maybe DataLabelOptionsProperty
primaryYAxisDisplayOptions :: Maybe AxisDisplayOptionsProperty
primaryYAxisLabelOptions :: Maybe ChartAxisLabelOptionsProperty
referenceLines :: Maybe [ReferenceLineProperty]
secondaryYAxisDisplayOptions :: Maybe AxisDisplayOptionsProperty
secondaryYAxisLabelOptions :: Maybe ChartAxisLabelOptionsProperty
singleAxisOptions :: Maybe SingleAxisOptionsProperty
sortConfiguration :: Maybe ComboChartSortConfigurationProperty
visualPalette :: Maybe VisualPaletteProperty
haddock_workaround_ :: ()
barDataLabels :: Maybe DataLabelOptionsProperty
barsArrangement :: Maybe (Value Text)
categoryAxis :: Maybe AxisDisplayOptionsProperty
categoryLabelOptions :: Maybe ChartAxisLabelOptionsProperty
colorLabelOptions :: Maybe ChartAxisLabelOptionsProperty
fieldWells :: Maybe ComboChartFieldWellsProperty
interactions :: Maybe VisualInteractionOptionsProperty
legend :: Maybe LegendOptionsProperty
lineDataLabels :: Maybe DataLabelOptionsProperty
primaryYAxisDisplayOptions :: Maybe AxisDisplayOptionsProperty
primaryYAxisLabelOptions :: Maybe ChartAxisLabelOptionsProperty
referenceLines :: Maybe [ReferenceLineProperty]
secondaryYAxisDisplayOptions :: Maybe AxisDisplayOptionsProperty
secondaryYAxisLabelOptions :: Maybe ChartAxisLabelOptionsProperty
singleAxisOptions :: Maybe SingleAxisOptionsProperty
sortConfiguration :: Maybe ComboChartSortConfigurationProperty
visualPalette :: Maybe VisualPaletteProperty
..}
instance Property "VisualPalette" ComboChartConfigurationProperty where
  type PropertyType "VisualPalette" ComboChartConfigurationProperty = VisualPaletteProperty
  set :: PropertyType "VisualPalette" ComboChartConfigurationProperty
-> ComboChartConfigurationProperty
-> ComboChartConfigurationProperty
set PropertyType "VisualPalette" ComboChartConfigurationProperty
newValue ComboChartConfigurationProperty {Maybe [ReferenceLineProperty]
Maybe (Value Text)
Maybe ChartAxisLabelOptionsProperty
Maybe LegendOptionsProperty
Maybe ComboChartSortConfigurationProperty
Maybe DataLabelOptionsProperty
Maybe ComboChartFieldWellsProperty
Maybe TooltipOptionsProperty
Maybe AxisDisplayOptionsProperty
Maybe VisualInteractionOptionsProperty
Maybe VisualPaletteProperty
Maybe SingleAxisOptionsProperty
()
haddock_workaround_ :: ComboChartConfigurationProperty -> ()
barDataLabels :: ComboChartConfigurationProperty -> Maybe DataLabelOptionsProperty
barsArrangement :: ComboChartConfigurationProperty -> Maybe (Value Text)
categoryAxis :: ComboChartConfigurationProperty -> Maybe AxisDisplayOptionsProperty
categoryLabelOptions :: ComboChartConfigurationProperty
-> Maybe ChartAxisLabelOptionsProperty
colorLabelOptions :: ComboChartConfigurationProperty
-> Maybe ChartAxisLabelOptionsProperty
fieldWells :: ComboChartConfigurationProperty
-> Maybe ComboChartFieldWellsProperty
interactions :: ComboChartConfigurationProperty
-> Maybe VisualInteractionOptionsProperty
legend :: ComboChartConfigurationProperty -> Maybe LegendOptionsProperty
lineDataLabels :: ComboChartConfigurationProperty -> Maybe DataLabelOptionsProperty
primaryYAxisDisplayOptions :: ComboChartConfigurationProperty -> Maybe AxisDisplayOptionsProperty
primaryYAxisLabelOptions :: ComboChartConfigurationProperty
-> Maybe ChartAxisLabelOptionsProperty
referenceLines :: ComboChartConfigurationProperty -> Maybe [ReferenceLineProperty]
secondaryYAxisDisplayOptions :: ComboChartConfigurationProperty -> Maybe AxisDisplayOptionsProperty
secondaryYAxisLabelOptions :: ComboChartConfigurationProperty
-> Maybe ChartAxisLabelOptionsProperty
singleAxisOptions :: ComboChartConfigurationProperty -> Maybe SingleAxisOptionsProperty
sortConfiguration :: ComboChartConfigurationProperty
-> Maybe ComboChartSortConfigurationProperty
tooltip :: ComboChartConfigurationProperty -> Maybe TooltipOptionsProperty
visualPalette :: ComboChartConfigurationProperty -> Maybe VisualPaletteProperty
haddock_workaround_ :: ()
barDataLabels :: Maybe DataLabelOptionsProperty
barsArrangement :: Maybe (Value Text)
categoryAxis :: Maybe AxisDisplayOptionsProperty
categoryLabelOptions :: Maybe ChartAxisLabelOptionsProperty
colorLabelOptions :: Maybe ChartAxisLabelOptionsProperty
fieldWells :: Maybe ComboChartFieldWellsProperty
interactions :: Maybe VisualInteractionOptionsProperty
legend :: Maybe LegendOptionsProperty
lineDataLabels :: Maybe DataLabelOptionsProperty
primaryYAxisDisplayOptions :: Maybe AxisDisplayOptionsProperty
primaryYAxisLabelOptions :: Maybe ChartAxisLabelOptionsProperty
referenceLines :: Maybe [ReferenceLineProperty]
secondaryYAxisDisplayOptions :: Maybe AxisDisplayOptionsProperty
secondaryYAxisLabelOptions :: Maybe ChartAxisLabelOptionsProperty
singleAxisOptions :: Maybe SingleAxisOptionsProperty
sortConfiguration :: Maybe ComboChartSortConfigurationProperty
tooltip :: Maybe TooltipOptionsProperty
visualPalette :: Maybe VisualPaletteProperty
..}
    = ComboChartConfigurationProperty
        {visualPalette :: Maybe VisualPaletteProperty
visualPalette = VisualPaletteProperty -> Maybe VisualPaletteProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "VisualPalette" ComboChartConfigurationProperty
VisualPaletteProperty
newValue, Maybe [ReferenceLineProperty]
Maybe (Value Text)
Maybe ChartAxisLabelOptionsProperty
Maybe LegendOptionsProperty
Maybe ComboChartSortConfigurationProperty
Maybe DataLabelOptionsProperty
Maybe ComboChartFieldWellsProperty
Maybe TooltipOptionsProperty
Maybe AxisDisplayOptionsProperty
Maybe VisualInteractionOptionsProperty
Maybe SingleAxisOptionsProperty
()
haddock_workaround_ :: ()
barDataLabels :: Maybe DataLabelOptionsProperty
barsArrangement :: Maybe (Value Text)
categoryAxis :: Maybe AxisDisplayOptionsProperty
categoryLabelOptions :: Maybe ChartAxisLabelOptionsProperty
colorLabelOptions :: Maybe ChartAxisLabelOptionsProperty
fieldWells :: Maybe ComboChartFieldWellsProperty
interactions :: Maybe VisualInteractionOptionsProperty
legend :: Maybe LegendOptionsProperty
lineDataLabels :: Maybe DataLabelOptionsProperty
primaryYAxisDisplayOptions :: Maybe AxisDisplayOptionsProperty
primaryYAxisLabelOptions :: Maybe ChartAxisLabelOptionsProperty
referenceLines :: Maybe [ReferenceLineProperty]
secondaryYAxisDisplayOptions :: Maybe AxisDisplayOptionsProperty
secondaryYAxisLabelOptions :: Maybe ChartAxisLabelOptionsProperty
singleAxisOptions :: Maybe SingleAxisOptionsProperty
sortConfiguration :: Maybe ComboChartSortConfigurationProperty
tooltip :: Maybe TooltipOptionsProperty
haddock_workaround_ :: ()
barDataLabels :: Maybe DataLabelOptionsProperty
barsArrangement :: Maybe (Value Text)
categoryAxis :: Maybe AxisDisplayOptionsProperty
categoryLabelOptions :: Maybe ChartAxisLabelOptionsProperty
colorLabelOptions :: Maybe ChartAxisLabelOptionsProperty
fieldWells :: Maybe ComboChartFieldWellsProperty
interactions :: Maybe VisualInteractionOptionsProperty
legend :: Maybe LegendOptionsProperty
lineDataLabels :: Maybe DataLabelOptionsProperty
primaryYAxisDisplayOptions :: Maybe AxisDisplayOptionsProperty
primaryYAxisLabelOptions :: Maybe ChartAxisLabelOptionsProperty
referenceLines :: Maybe [ReferenceLineProperty]
secondaryYAxisDisplayOptions :: Maybe AxisDisplayOptionsProperty
secondaryYAxisLabelOptions :: Maybe ChartAxisLabelOptionsProperty
singleAxisOptions :: Maybe SingleAxisOptionsProperty
sortConfiguration :: Maybe ComboChartSortConfigurationProperty
tooltip :: Maybe TooltipOptionsProperty
..}