Module Values_0.FunnelChartConfigurationSource

The configuration of a FunnelChartVisual.

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

    The field well configuration of a FunnelChartVisual.

    *)
  2. sortConfiguration : FunnelChartSortConfiguration.t option;
    (*

    The sort configuration of a FunnelChartVisual.

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

    The label options of the categories that are displayed in a FunnelChartVisual.

    *)
  4. valueLabelOptions : ChartAxisLabelOptions.t option;
    (*

    The label options for the values that are displayed in a FunnelChartVisual.

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

    The tooltip configuration of a FunnelChartVisual.

    *)
  6. dataLabelOptions : FunnelChartDataLabelOptions.t option;
    (*

    The options that determine the presentation of the data labels.

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

    The visual palette configuration of a FunnelChartVisual.

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

    The general visual interactions setup for a visual.

    *)
}
Sourceval make : ?fieldWells:??? -> ?sortConfiguration:??? -> ?categoryLabelOptions:??? -> ?valueLabelOptions:??? -> ?tooltip:??? -> ?dataLabelOptions:??? -> ?visualPalette:??? -> ?interactions:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `Enum of string | `String of String_.t | `Structure of (string * [> `Enum of string | `String of FieldId.t | `Structure of (string * [> `Enum of string | `String of DataSetIdentifier.t | `Structure of (string * [> `Enum of string | `String of String_.t | `Structure of (string * [> `Double of PercentileValue.t ]) list ]) list ]) list ]) list ]) list ] list | `String of HexColor.t | `Structure of (string * [> `Enum of string | `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 Long.t | `String of ShortRestrictiveResourceId.t | `Structure of (string * [> `Enum of string | `String of PixelLength.t ]) 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