Values_0.KPIOptionsSourceThe options that determine the presentation of a KPI visual.
type nonrec t = {progressBar : ProgressBarOptions.t option;The options that determine the presentation of the progress bar of a KPI visual.
*)trendArrows : TrendArrowOptions.t option;The options that determine the presentation of trend arrows in a KPI visual.
*)secondaryValue : SecondaryValueOptions.t option;The options that determine the presentation of the secondary value of a KPI visual.
*)comparison : ComparisonConfiguration.t option;The comparison configuration of a KPI visual.
*)primaryValueDisplayType : PrimaryValueDisplayType.t option;The options that determine the primary value display type.
*)primaryValueFontConfiguration : FontConfiguration.t option;The options that determine the primary value font configuration.
*)secondaryValueFontConfiguration : FontConfiguration.t option;The options that determine the secondary value font configuration.
*)sparkline : KPISparklineOptions.t option;The options that determine the visibility, color, type, and tooltip visibility of the sparkline of a KPI visual.
*)visualLayoutOptions : KPIVisualLayoutOptions.t option;The options that determine the layout a KPI visual.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Structure of
(string
* [> `Enum of string
| `String of HexColor.t
| `Structure of
(string
* [> `Enum of string
| `String of PixelLength.t
| `Structure of
(string
* [> `Enum of string
| `String of Prefix.t
| `Structure of
(string
* [> `Enum of string
| `Long of DecimalPlaces.t
| `String of NullString.t
| `Structure of
(string * [> `Enum of string ]) list ])
list ])
list ])
list ])
list ])
list ]