| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.QuickSight.Types.MissingDataConfiguration
Description
Documentation
data MissingDataConfiguration Source #
The configuration options that determine how missing data is treated during the rendering of a line chart.
See: newMissingDataConfiguration smart constructor.
Constructors
| MissingDataConfiguration' | |
Fields
| |
Instances
newMissingDataConfiguration :: MissingDataConfiguration Source #
Create a value of MissingDataConfiguration 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:treatmentOption:MissingDataConfiguration', missingDataConfiguration_treatmentOption - The treatment option that determines how missing data should be
rendered. Choose from the following options:
INTERPOLATE: Interpolate missing values between the prior and the next known value.SHOW_AS_ZERO: Show missing values as the value0.SHOW_AS_BLANK: Display a blank space when rendering missing data.
missingDataConfiguration_treatmentOption :: Lens' MissingDataConfiguration (Maybe MissingDataTreatmentOption) Source #
The treatment option that determines how missing data should be rendered. Choose from the following options:
INTERPOLATE: Interpolate missing values between the prior and the next known value.SHOW_AS_ZERO: Show missing values as the value0.SHOW_AS_BLANK: Display a blank space when rendering missing data.