Module Values_0.TableInlineVisualizationSource

The inline visualization of a specific type to display within a chart.

Sourcetype nonrec t = {
  1. dataBars : DataBarsOptions.t option;
    (*

    The configuration of the inline visualization of the data bars within a chart.

    *)
  2. sparklines : SparklinesOptions.t option;
    (*

    The configuration of the inline visualization of the sparklines within a chart.

    *)
}
Sourceval make : ?dataBars:??? -> ?sparklines:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Enum of string | `String of FieldId.t | `Structure of (string * [> `Enum of string | `String of PixelLength.t | `Structure of (string * [> `Enum of string | `String of FieldId.t | `Structure of (string * [> `String of DataSetIdentifier.t | `Structure of (string * [> `String of NullString.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 ]) 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