treatmentOption

@JvmName(name = "dngwfweisoarlovk")
suspend fun treatmentOption(value: Output<DashboardMissingDataTreatmentOption>)
@JvmName(name = "kkaydklwmxgggjsi")
suspend fun treatmentOption(value: DashboardMissingDataTreatmentOption?)

Parameters

value

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 value 0 .

  • SHOW_AS_BLANK : Display a blank space when rendering missing data.