Module Values_0.KPIOptionsSource

The options that determine the presentation of a KPI visual.

Sourcetype nonrec t = {
  1. progressBar : ProgressBarOptions.t option;
    (*

    The options that determine the presentation of the progress bar of a KPI visual.

    *)
  2. trendArrows : TrendArrowOptions.t option;
    (*

    The options that determine the presentation of trend arrows in a KPI visual.

    *)
  3. secondaryValue : SecondaryValueOptions.t option;
    (*

    The options that determine the presentation of the secondary value of a KPI visual.

    *)
  4. comparison : ComparisonConfiguration.t option;
    (*

    The comparison configuration of a KPI visual.

    *)
  5. primaryValueDisplayType : PrimaryValueDisplayType.t option;
    (*

    The options that determine the primary value display type.

    *)
  6. primaryValueFontConfiguration : FontConfiguration.t option;
    (*

    The options that determine the primary value font configuration.

    *)
  7. secondaryValueFontConfiguration : FontConfiguration.t option;
    (*

    The options that determine the secondary value font configuration.

    *)
  8. sparkline : KPISparklineOptions.t option;
    (*

    The options that determine the visibility, color, type, and tooltip visibility of the sparkline of a KPI visual.

    *)
  9. visualLayoutOptions : KPIVisualLayoutOptions.t option;
    (*

    The options that determine the layout a KPI visual.

    *)
}
Sourceval make : ?progressBar:??? -> ?trendArrows:??? -> ?secondaryValue:??? -> ?comparison:??? -> ?primaryValueDisplayType:??? -> ?primaryValueFontConfiguration:??? -> ?secondaryValueFontConfiguration:??? -> ?sparkline:??? -> ?visualLayoutOptions:??? -> unit -> t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t