Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data DataColorPalette = DataColorPalette' {
- minMaxGradient :: Maybe [Text]
- emptyFillColor :: Maybe Text
- colors :: Maybe [Text]
- newDataColorPalette :: DataColorPalette
- dataColorPalette_minMaxGradient :: Lens' DataColorPalette (Maybe [Text])
- dataColorPalette_emptyFillColor :: Lens' DataColorPalette (Maybe Text)
- dataColorPalette_colors :: Lens' DataColorPalette (Maybe [Text])
Documentation
data DataColorPalette Source #
The theme colors that are used for data colors in charts. The colors
description is a hexadecimal color code that consists of six
alphanumerical characters, prefixed with #
, for example #37BFF5.
See: newDataColorPalette
smart constructor.
DataColorPalette' | |
|
Instances
newDataColorPalette :: DataColorPalette Source #
Create a value of DataColorPalette
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:minMaxGradient:DataColorPalette'
, dataColorPalette_minMaxGradient
- The minimum and maximum hexadecimal codes that describe a color
gradient.
$sel:emptyFillColor:DataColorPalette'
, dataColorPalette_emptyFillColor
- The hexadecimal code of a color that applies to charts where a lack of
data is highlighted.
$sel:colors:DataColorPalette'
, dataColorPalette_colors
- The hexadecimal codes for the colors.
dataColorPalette_minMaxGradient :: Lens' DataColorPalette (Maybe [Text]) Source #
The minimum and maximum hexadecimal codes that describe a color gradient.
dataColorPalette_emptyFillColor :: Lens' DataColorPalette (Maybe Text) Source #
The hexadecimal code of a color that applies to charts where a lack of data is highlighted.
dataColorPalette_colors :: Lens' DataColorPalette (Maybe [Text]) Source #
The hexadecimal codes for the colors.