module Stratosphere.QuickSight.Analysis.LineChartSortConfigurationProperty (
module Exports, LineChartSortConfigurationProperty(..),
mkLineChartSortConfigurationProperty
) where
import qualified Data.Aeson as JSON
import qualified Stratosphere.Prelude as Prelude
import Stratosphere.Property
import {-# SOURCE #-} Stratosphere.QuickSight.Analysis.FieldSortOptionsProperty as Exports
import {-# SOURCE #-} Stratosphere.QuickSight.Analysis.ItemsLimitConfigurationProperty as Exports
import Stratosphere.ResourceProperties
data LineChartSortConfigurationProperty
=
LineChartSortConfigurationProperty {LineChartSortConfigurationProperty -> ()
haddock_workaround_ :: (),
LineChartSortConfigurationProperty
-> Maybe ItemsLimitConfigurationProperty
categoryItemsLimitConfiguration :: (Prelude.Maybe ItemsLimitConfigurationProperty),
LineChartSortConfigurationProperty
-> Maybe [FieldSortOptionsProperty]
categorySort :: (Prelude.Maybe [FieldSortOptionsProperty]),
LineChartSortConfigurationProperty
-> Maybe ItemsLimitConfigurationProperty
colorItemsLimitConfiguration :: (Prelude.Maybe ItemsLimitConfigurationProperty),
LineChartSortConfigurationProperty
-> Maybe ItemsLimitConfigurationProperty
smallMultiplesLimitConfiguration :: (Prelude.Maybe ItemsLimitConfigurationProperty),
LineChartSortConfigurationProperty
-> Maybe [FieldSortOptionsProperty]
smallMultiplesSort :: (Prelude.Maybe [FieldSortOptionsProperty])}
deriving stock (LineChartSortConfigurationProperty
-> LineChartSortConfigurationProperty -> Bool
(LineChartSortConfigurationProperty
-> LineChartSortConfigurationProperty -> Bool)
-> (LineChartSortConfigurationProperty
-> LineChartSortConfigurationProperty -> Bool)
-> Eq LineChartSortConfigurationProperty
forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
$c== :: LineChartSortConfigurationProperty
-> LineChartSortConfigurationProperty -> Bool
== :: LineChartSortConfigurationProperty
-> LineChartSortConfigurationProperty -> Bool
$c/= :: LineChartSortConfigurationProperty
-> LineChartSortConfigurationProperty -> Bool
/= :: LineChartSortConfigurationProperty
-> LineChartSortConfigurationProperty -> Bool
Prelude.Eq, Int -> LineChartSortConfigurationProperty -> ShowS
[LineChartSortConfigurationProperty] -> ShowS
LineChartSortConfigurationProperty -> String
(Int -> LineChartSortConfigurationProperty -> ShowS)
-> (LineChartSortConfigurationProperty -> String)
-> ([LineChartSortConfigurationProperty] -> ShowS)
-> Show LineChartSortConfigurationProperty
forall a.
(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
$cshowsPrec :: Int -> LineChartSortConfigurationProperty -> ShowS
showsPrec :: Int -> LineChartSortConfigurationProperty -> ShowS
$cshow :: LineChartSortConfigurationProperty -> String
show :: LineChartSortConfigurationProperty -> String
$cshowList :: [LineChartSortConfigurationProperty] -> ShowS
showList :: [LineChartSortConfigurationProperty] -> ShowS
Prelude.Show)
mkLineChartSortConfigurationProperty ::
LineChartSortConfigurationProperty
mkLineChartSortConfigurationProperty :: LineChartSortConfigurationProperty
mkLineChartSortConfigurationProperty
= LineChartSortConfigurationProperty
{haddock_workaround_ :: ()
haddock_workaround_ = (),
categoryItemsLimitConfiguration :: Maybe ItemsLimitConfigurationProperty
categoryItemsLimitConfiguration = Maybe ItemsLimitConfigurationProperty
forall a. Maybe a
Prelude.Nothing,
categorySort :: Maybe [FieldSortOptionsProperty]
categorySort = Maybe [FieldSortOptionsProperty]
forall a. Maybe a
Prelude.Nothing,
colorItemsLimitConfiguration :: Maybe ItemsLimitConfigurationProperty
colorItemsLimitConfiguration = Maybe ItemsLimitConfigurationProperty
forall a. Maybe a
Prelude.Nothing,
smallMultiplesLimitConfiguration :: Maybe ItemsLimitConfigurationProperty
smallMultiplesLimitConfiguration = Maybe ItemsLimitConfigurationProperty
forall a. Maybe a
Prelude.Nothing,
smallMultiplesSort :: Maybe [FieldSortOptionsProperty]
smallMultiplesSort = Maybe [FieldSortOptionsProperty]
forall a. Maybe a
Prelude.Nothing}
instance ToResourceProperties LineChartSortConfigurationProperty where
toResourceProperties :: LineChartSortConfigurationProperty -> ResourceProperties
toResourceProperties LineChartSortConfigurationProperty {Maybe [FieldSortOptionsProperty]
Maybe ItemsLimitConfigurationProperty
()
haddock_workaround_ :: LineChartSortConfigurationProperty -> ()
categoryItemsLimitConfiguration :: LineChartSortConfigurationProperty
-> Maybe ItemsLimitConfigurationProperty
categorySort :: LineChartSortConfigurationProperty
-> Maybe [FieldSortOptionsProperty]
colorItemsLimitConfiguration :: LineChartSortConfigurationProperty
-> Maybe ItemsLimitConfigurationProperty
smallMultiplesLimitConfiguration :: LineChartSortConfigurationProperty
-> Maybe ItemsLimitConfigurationProperty
smallMultiplesSort :: LineChartSortConfigurationProperty
-> Maybe [FieldSortOptionsProperty]
haddock_workaround_ :: ()
categoryItemsLimitConfiguration :: Maybe ItemsLimitConfigurationProperty
categorySort :: Maybe [FieldSortOptionsProperty]
colorItemsLimitConfiguration :: Maybe ItemsLimitConfigurationProperty
smallMultiplesLimitConfiguration :: Maybe ItemsLimitConfigurationProperty
smallMultiplesSort :: Maybe [FieldSortOptionsProperty]
..}
= ResourceProperties
{awsType :: Text
awsType = Text
"AWS::QuickSight::Analysis.LineChartSortConfiguration",
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 -> ItemsLimitConfigurationProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"CategoryItemsLimitConfiguration"
(ItemsLimitConfigurationProperty -> (Key, Value))
-> Maybe ItemsLimitConfigurationProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe ItemsLimitConfigurationProperty
categoryItemsLimitConfiguration,
Key -> [FieldSortOptionsProperty] -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"CategorySort" ([FieldSortOptionsProperty] -> (Key, Value))
-> Maybe [FieldSortOptionsProperty] -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe [FieldSortOptionsProperty]
categorySort,
Key -> ItemsLimitConfigurationProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"ColorItemsLimitConfiguration"
(ItemsLimitConfigurationProperty -> (Key, Value))
-> Maybe ItemsLimitConfigurationProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe ItemsLimitConfigurationProperty
colorItemsLimitConfiguration,
Key -> ItemsLimitConfigurationProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"SmallMultiplesLimitConfiguration"
(ItemsLimitConfigurationProperty -> (Key, Value))
-> Maybe ItemsLimitConfigurationProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe ItemsLimitConfigurationProperty
smallMultiplesLimitConfiguration,
Key -> [FieldSortOptionsProperty] -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"SmallMultiplesSort" ([FieldSortOptionsProperty] -> (Key, Value))
-> Maybe [FieldSortOptionsProperty] -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe [FieldSortOptionsProperty]
smallMultiplesSort])}
instance JSON.ToJSON LineChartSortConfigurationProperty where
toJSON :: LineChartSortConfigurationProperty -> Value
toJSON LineChartSortConfigurationProperty {Maybe [FieldSortOptionsProperty]
Maybe ItemsLimitConfigurationProperty
()
haddock_workaround_ :: LineChartSortConfigurationProperty -> ()
categoryItemsLimitConfiguration :: LineChartSortConfigurationProperty
-> Maybe ItemsLimitConfigurationProperty
categorySort :: LineChartSortConfigurationProperty
-> Maybe [FieldSortOptionsProperty]
colorItemsLimitConfiguration :: LineChartSortConfigurationProperty
-> Maybe ItemsLimitConfigurationProperty
smallMultiplesLimitConfiguration :: LineChartSortConfigurationProperty
-> Maybe ItemsLimitConfigurationProperty
smallMultiplesSort :: LineChartSortConfigurationProperty
-> Maybe [FieldSortOptionsProperty]
haddock_workaround_ :: ()
categoryItemsLimitConfiguration :: Maybe ItemsLimitConfigurationProperty
categorySort :: Maybe [FieldSortOptionsProperty]
colorItemsLimitConfiguration :: Maybe ItemsLimitConfigurationProperty
smallMultiplesLimitConfiguration :: Maybe ItemsLimitConfigurationProperty
smallMultiplesSort :: Maybe [FieldSortOptionsProperty]
..}
= [(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 -> ItemsLimitConfigurationProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"CategoryItemsLimitConfiguration"
(ItemsLimitConfigurationProperty -> (Key, Value))
-> Maybe ItemsLimitConfigurationProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe ItemsLimitConfigurationProperty
categoryItemsLimitConfiguration,
Key -> [FieldSortOptionsProperty] -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"CategorySort" ([FieldSortOptionsProperty] -> (Key, Value))
-> Maybe [FieldSortOptionsProperty] -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe [FieldSortOptionsProperty]
categorySort,
Key -> ItemsLimitConfigurationProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"ColorItemsLimitConfiguration"
(ItemsLimitConfigurationProperty -> (Key, Value))
-> Maybe ItemsLimitConfigurationProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe ItemsLimitConfigurationProperty
colorItemsLimitConfiguration,
Key -> ItemsLimitConfigurationProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"SmallMultiplesLimitConfiguration"
(ItemsLimitConfigurationProperty -> (Key, Value))
-> Maybe ItemsLimitConfigurationProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe ItemsLimitConfigurationProperty
smallMultiplesLimitConfiguration,
Key -> [FieldSortOptionsProperty] -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"SmallMultiplesSort" ([FieldSortOptionsProperty] -> (Key, Value))
-> Maybe [FieldSortOptionsProperty] -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe [FieldSortOptionsProperty]
smallMultiplesSort]))
instance Property "CategoryItemsLimitConfiguration" LineChartSortConfigurationProperty where
type PropertyType "CategoryItemsLimitConfiguration" LineChartSortConfigurationProperty = ItemsLimitConfigurationProperty
set :: PropertyType
"CategoryItemsLimitConfiguration"
LineChartSortConfigurationProperty
-> LineChartSortConfigurationProperty
-> LineChartSortConfigurationProperty
set PropertyType
"CategoryItemsLimitConfiguration"
LineChartSortConfigurationProperty
newValue LineChartSortConfigurationProperty {Maybe [FieldSortOptionsProperty]
Maybe ItemsLimitConfigurationProperty
()
haddock_workaround_ :: LineChartSortConfigurationProperty -> ()
categoryItemsLimitConfiguration :: LineChartSortConfigurationProperty
-> Maybe ItemsLimitConfigurationProperty
categorySort :: LineChartSortConfigurationProperty
-> Maybe [FieldSortOptionsProperty]
colorItemsLimitConfiguration :: LineChartSortConfigurationProperty
-> Maybe ItemsLimitConfigurationProperty
smallMultiplesLimitConfiguration :: LineChartSortConfigurationProperty
-> Maybe ItemsLimitConfigurationProperty
smallMultiplesSort :: LineChartSortConfigurationProperty
-> Maybe [FieldSortOptionsProperty]
haddock_workaround_ :: ()
categoryItemsLimitConfiguration :: Maybe ItemsLimitConfigurationProperty
categorySort :: Maybe [FieldSortOptionsProperty]
colorItemsLimitConfiguration :: Maybe ItemsLimitConfigurationProperty
smallMultiplesLimitConfiguration :: Maybe ItemsLimitConfigurationProperty
smallMultiplesSort :: Maybe [FieldSortOptionsProperty]
..}
= LineChartSortConfigurationProperty
{categoryItemsLimitConfiguration :: Maybe ItemsLimitConfigurationProperty
categoryItemsLimitConfiguration = ItemsLimitConfigurationProperty
-> Maybe ItemsLimitConfigurationProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType
"CategoryItemsLimitConfiguration"
LineChartSortConfigurationProperty
ItemsLimitConfigurationProperty
newValue, Maybe [FieldSortOptionsProperty]
Maybe ItemsLimitConfigurationProperty
()
haddock_workaround_ :: ()
categorySort :: Maybe [FieldSortOptionsProperty]
colorItemsLimitConfiguration :: Maybe ItemsLimitConfigurationProperty
smallMultiplesLimitConfiguration :: Maybe ItemsLimitConfigurationProperty
smallMultiplesSort :: Maybe [FieldSortOptionsProperty]
haddock_workaround_ :: ()
categorySort :: Maybe [FieldSortOptionsProperty]
colorItemsLimitConfiguration :: Maybe ItemsLimitConfigurationProperty
smallMultiplesLimitConfiguration :: Maybe ItemsLimitConfigurationProperty
smallMultiplesSort :: Maybe [FieldSortOptionsProperty]
..}
instance Property "CategorySort" LineChartSortConfigurationProperty where
type PropertyType "CategorySort" LineChartSortConfigurationProperty = [FieldSortOptionsProperty]
set :: PropertyType "CategorySort" LineChartSortConfigurationProperty
-> LineChartSortConfigurationProperty
-> LineChartSortConfigurationProperty
set PropertyType "CategorySort" LineChartSortConfigurationProperty
newValue LineChartSortConfigurationProperty {Maybe [FieldSortOptionsProperty]
Maybe ItemsLimitConfigurationProperty
()
haddock_workaround_ :: LineChartSortConfigurationProperty -> ()
categoryItemsLimitConfiguration :: LineChartSortConfigurationProperty
-> Maybe ItemsLimitConfigurationProperty
categorySort :: LineChartSortConfigurationProperty
-> Maybe [FieldSortOptionsProperty]
colorItemsLimitConfiguration :: LineChartSortConfigurationProperty
-> Maybe ItemsLimitConfigurationProperty
smallMultiplesLimitConfiguration :: LineChartSortConfigurationProperty
-> Maybe ItemsLimitConfigurationProperty
smallMultiplesSort :: LineChartSortConfigurationProperty
-> Maybe [FieldSortOptionsProperty]
haddock_workaround_ :: ()
categoryItemsLimitConfiguration :: Maybe ItemsLimitConfigurationProperty
categorySort :: Maybe [FieldSortOptionsProperty]
colorItemsLimitConfiguration :: Maybe ItemsLimitConfigurationProperty
smallMultiplesLimitConfiguration :: Maybe ItemsLimitConfigurationProperty
smallMultiplesSort :: Maybe [FieldSortOptionsProperty]
..}
= LineChartSortConfigurationProperty
{categorySort :: Maybe [FieldSortOptionsProperty]
categorySort = [FieldSortOptionsProperty] -> Maybe [FieldSortOptionsProperty]
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure [FieldSortOptionsProperty]
PropertyType "CategorySort" LineChartSortConfigurationProperty
newValue, Maybe [FieldSortOptionsProperty]
Maybe ItemsLimitConfigurationProperty
()
haddock_workaround_ :: ()
categoryItemsLimitConfiguration :: Maybe ItemsLimitConfigurationProperty
colorItemsLimitConfiguration :: Maybe ItemsLimitConfigurationProperty
smallMultiplesLimitConfiguration :: Maybe ItemsLimitConfigurationProperty
smallMultiplesSort :: Maybe [FieldSortOptionsProperty]
haddock_workaround_ :: ()
categoryItemsLimitConfiguration :: Maybe ItemsLimitConfigurationProperty
colorItemsLimitConfiguration :: Maybe ItemsLimitConfigurationProperty
smallMultiplesLimitConfiguration :: Maybe ItemsLimitConfigurationProperty
smallMultiplesSort :: Maybe [FieldSortOptionsProperty]
..}
instance Property "ColorItemsLimitConfiguration" LineChartSortConfigurationProperty where
type PropertyType "ColorItemsLimitConfiguration" LineChartSortConfigurationProperty = ItemsLimitConfigurationProperty
set :: PropertyType
"ColorItemsLimitConfiguration" LineChartSortConfigurationProperty
-> LineChartSortConfigurationProperty
-> LineChartSortConfigurationProperty
set PropertyType
"ColorItemsLimitConfiguration" LineChartSortConfigurationProperty
newValue LineChartSortConfigurationProperty {Maybe [FieldSortOptionsProperty]
Maybe ItemsLimitConfigurationProperty
()
haddock_workaround_ :: LineChartSortConfigurationProperty -> ()
categoryItemsLimitConfiguration :: LineChartSortConfigurationProperty
-> Maybe ItemsLimitConfigurationProperty
categorySort :: LineChartSortConfigurationProperty
-> Maybe [FieldSortOptionsProperty]
colorItemsLimitConfiguration :: LineChartSortConfigurationProperty
-> Maybe ItemsLimitConfigurationProperty
smallMultiplesLimitConfiguration :: LineChartSortConfigurationProperty
-> Maybe ItemsLimitConfigurationProperty
smallMultiplesSort :: LineChartSortConfigurationProperty
-> Maybe [FieldSortOptionsProperty]
haddock_workaround_ :: ()
categoryItemsLimitConfiguration :: Maybe ItemsLimitConfigurationProperty
categorySort :: Maybe [FieldSortOptionsProperty]
colorItemsLimitConfiguration :: Maybe ItemsLimitConfigurationProperty
smallMultiplesLimitConfiguration :: Maybe ItemsLimitConfigurationProperty
smallMultiplesSort :: Maybe [FieldSortOptionsProperty]
..}
= LineChartSortConfigurationProperty
{colorItemsLimitConfiguration :: Maybe ItemsLimitConfigurationProperty
colorItemsLimitConfiguration = ItemsLimitConfigurationProperty
-> Maybe ItemsLimitConfigurationProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType
"ColorItemsLimitConfiguration" LineChartSortConfigurationProperty
ItemsLimitConfigurationProperty
newValue, Maybe [FieldSortOptionsProperty]
Maybe ItemsLimitConfigurationProperty
()
haddock_workaround_ :: ()
categoryItemsLimitConfiguration :: Maybe ItemsLimitConfigurationProperty
categorySort :: Maybe [FieldSortOptionsProperty]
smallMultiplesLimitConfiguration :: Maybe ItemsLimitConfigurationProperty
smallMultiplesSort :: Maybe [FieldSortOptionsProperty]
haddock_workaround_ :: ()
categoryItemsLimitConfiguration :: Maybe ItemsLimitConfigurationProperty
categorySort :: Maybe [FieldSortOptionsProperty]
smallMultiplesLimitConfiguration :: Maybe ItemsLimitConfigurationProperty
smallMultiplesSort :: Maybe [FieldSortOptionsProperty]
..}
instance Property "SmallMultiplesLimitConfiguration" LineChartSortConfigurationProperty where
type PropertyType "SmallMultiplesLimitConfiguration" LineChartSortConfigurationProperty = ItemsLimitConfigurationProperty
set :: PropertyType
"SmallMultiplesLimitConfiguration"
LineChartSortConfigurationProperty
-> LineChartSortConfigurationProperty
-> LineChartSortConfigurationProperty
set PropertyType
"SmallMultiplesLimitConfiguration"
LineChartSortConfigurationProperty
newValue LineChartSortConfigurationProperty {Maybe [FieldSortOptionsProperty]
Maybe ItemsLimitConfigurationProperty
()
haddock_workaround_ :: LineChartSortConfigurationProperty -> ()
categoryItemsLimitConfiguration :: LineChartSortConfigurationProperty
-> Maybe ItemsLimitConfigurationProperty
categorySort :: LineChartSortConfigurationProperty
-> Maybe [FieldSortOptionsProperty]
colorItemsLimitConfiguration :: LineChartSortConfigurationProperty
-> Maybe ItemsLimitConfigurationProperty
smallMultiplesLimitConfiguration :: LineChartSortConfigurationProperty
-> Maybe ItemsLimitConfigurationProperty
smallMultiplesSort :: LineChartSortConfigurationProperty
-> Maybe [FieldSortOptionsProperty]
haddock_workaround_ :: ()
categoryItemsLimitConfiguration :: Maybe ItemsLimitConfigurationProperty
categorySort :: Maybe [FieldSortOptionsProperty]
colorItemsLimitConfiguration :: Maybe ItemsLimitConfigurationProperty
smallMultiplesLimitConfiguration :: Maybe ItemsLimitConfigurationProperty
smallMultiplesSort :: Maybe [FieldSortOptionsProperty]
..}
= LineChartSortConfigurationProperty
{smallMultiplesLimitConfiguration :: Maybe ItemsLimitConfigurationProperty
smallMultiplesLimitConfiguration = ItemsLimitConfigurationProperty
-> Maybe ItemsLimitConfigurationProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType
"SmallMultiplesLimitConfiguration"
LineChartSortConfigurationProperty
ItemsLimitConfigurationProperty
newValue, Maybe [FieldSortOptionsProperty]
Maybe ItemsLimitConfigurationProperty
()
haddock_workaround_ :: ()
categoryItemsLimitConfiguration :: Maybe ItemsLimitConfigurationProperty
categorySort :: Maybe [FieldSortOptionsProperty]
colorItemsLimitConfiguration :: Maybe ItemsLimitConfigurationProperty
smallMultiplesSort :: Maybe [FieldSortOptionsProperty]
haddock_workaround_ :: ()
categoryItemsLimitConfiguration :: Maybe ItemsLimitConfigurationProperty
categorySort :: Maybe [FieldSortOptionsProperty]
colorItemsLimitConfiguration :: Maybe ItemsLimitConfigurationProperty
smallMultiplesSort :: Maybe [FieldSortOptionsProperty]
..}
instance Property "SmallMultiplesSort" LineChartSortConfigurationProperty where
type PropertyType "SmallMultiplesSort" LineChartSortConfigurationProperty = [FieldSortOptionsProperty]
set :: PropertyType
"SmallMultiplesSort" LineChartSortConfigurationProperty
-> LineChartSortConfigurationProperty
-> LineChartSortConfigurationProperty
set PropertyType
"SmallMultiplesSort" LineChartSortConfigurationProperty
newValue LineChartSortConfigurationProperty {Maybe [FieldSortOptionsProperty]
Maybe ItemsLimitConfigurationProperty
()
haddock_workaround_ :: LineChartSortConfigurationProperty -> ()
categoryItemsLimitConfiguration :: LineChartSortConfigurationProperty
-> Maybe ItemsLimitConfigurationProperty
categorySort :: LineChartSortConfigurationProperty
-> Maybe [FieldSortOptionsProperty]
colorItemsLimitConfiguration :: LineChartSortConfigurationProperty
-> Maybe ItemsLimitConfigurationProperty
smallMultiplesLimitConfiguration :: LineChartSortConfigurationProperty
-> Maybe ItemsLimitConfigurationProperty
smallMultiplesSort :: LineChartSortConfigurationProperty
-> Maybe [FieldSortOptionsProperty]
haddock_workaround_ :: ()
categoryItemsLimitConfiguration :: Maybe ItemsLimitConfigurationProperty
categorySort :: Maybe [FieldSortOptionsProperty]
colorItemsLimitConfiguration :: Maybe ItemsLimitConfigurationProperty
smallMultiplesLimitConfiguration :: Maybe ItemsLimitConfigurationProperty
smallMultiplesSort :: Maybe [FieldSortOptionsProperty]
..}
= LineChartSortConfigurationProperty
{smallMultiplesSort :: Maybe [FieldSortOptionsProperty]
smallMultiplesSort = [FieldSortOptionsProperty] -> Maybe [FieldSortOptionsProperty]
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure [FieldSortOptionsProperty]
PropertyType
"SmallMultiplesSort" LineChartSortConfigurationProperty
newValue, Maybe [FieldSortOptionsProperty]
Maybe ItemsLimitConfigurationProperty
()
haddock_workaround_ :: ()
categoryItemsLimitConfiguration :: Maybe ItemsLimitConfigurationProperty
categorySort :: Maybe [FieldSortOptionsProperty]
colorItemsLimitConfiguration :: Maybe ItemsLimitConfigurationProperty
smallMultiplesLimitConfiguration :: Maybe ItemsLimitConfigurationProperty
haddock_workaround_ :: ()
categoryItemsLimitConfiguration :: Maybe ItemsLimitConfigurationProperty
categorySort :: Maybe [FieldSortOptionsProperty]
colorItemsLimitConfiguration :: Maybe ItemsLimitConfigurationProperty
smallMultiplesLimitConfiguration :: Maybe ItemsLimitConfigurationProperty
..}