Module Values_0.HistogramConfigurationSource

The configuration for a HistogramVisual.

Sourcetype nonrec t = {
  1. fieldWells : HistogramFieldWells.t option;
    (*

    The field well configuration of a histogram.

    *)
  2. xAxisDisplayOptions : AxisDisplayOptions.t option;
    (*

    The options that determine the presentation of the x-axis.

    *)
  3. xAxisLabelOptions : ChartAxisLabelOptions.t option;
    (*

    The options that determine the presentation of the x-axis label.

    *)
  4. yAxisDisplayOptions : AxisDisplayOptions.t option;
    (*

    The options that determine the presentation of the y-axis.

    *)
  5. binOptions : HistogramBinOptions.t option;
    (*

    The options that determine the presentation of histogram bins.

    *)
  6. dataLabels : DataLabelOptions.t option;
    (*

    The data label configuration of a histogram.

    *)
  7. tooltip : TooltipOptions.t option;
    (*

    The tooltip configuration of a histogram.

    *)
  8. visualPalette : VisualPalette.t option;
    (*

    The visual palette configuration of a histogram.

    *)
  9. interactions : VisualInteractionOptions.t option;
    (*

    The general visual interactions setup for a visual.

    *)
}
Sourceval make : ?fieldWells:??? -> ?xAxisDisplayOptions:??? -> ?xAxisLabelOptions:??? -> ?yAxisDisplayOptions:??? -> ?binOptions:??? -> ?dataLabels:??? -> ?tooltip:??? -> ?visualPalette:??? -> ?interactions:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Double of Double.t | `Enum of string | `List of [> `Structure of (string * [> `Enum of string | `String of String_.t | `Structure of (string * [> `Enum of string | `String of HexColor.t | `Structure of (string * [> `Enum of string | `String of PixelLength.t ]) list ]) list ]) list ] list | `String of PixelLength.t | `Structure of (string * [> `Double of Double.t | `Enum of string | `Integer of BinCountValue.t | `List of [> `Structure of (string * [> `Structure of (string * [> `Enum of string | `String of FieldId.t | `Structure of (string * [> `Enum of string | `String of DataSetIdentifier.t | `Structure of (string * [> `Double of PercentileValue.t | `Enum of string | `String of NullString.t | `Structure of (string * [> `Double of PercentileValue.t | `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 | `Long of BinCountLimit.t | `String of HexColor.t | `Structure of (string * [> `Enum of string | `String of String_.t | `Structure of (string * [> `Double of PercentNumber.t | `Enum of string | `String of HexColor.t | `Structure of (string * [> `Double of Double.t | `Enum of string | `Integer of Integer.t | `String of PixelLength.t ]) 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