Module Values_0.WaterfallChartConfigurationSource

The configuration for a waterfall visual.

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

    The field well configuration of a waterfall visual.

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

    The sort configuration of a waterfall visual.

    *)
  3. waterfallChartOptions : WaterfallChartOptions.t option;
    (*

    The options that determine the presentation of a waterfall visual.

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

    The options that determine the presentation of the category axis label.

    *)
  5. categoryAxisDisplayOptions : AxisDisplayOptions.t option;
    (*

    The options that determine the presentation of the category axis.

    *)
  6. primaryYAxisLabelOptions : ChartAxisLabelOptions.t option;
    (*

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

    *)
  7. primaryYAxisDisplayOptions : AxisDisplayOptions.t option;
    (*

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

    *)
  8. legend : LegendOptions.t option;
    (*

    The legend configuration of a waterfall visual.

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

    The data label configuration of a waterfall visual.

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

    The visual palette configuration of a waterfall visual.

    *)
  11. colorConfiguration : WaterfallChartColorConfiguration.t option;
    (*

    The color configuration of a waterfall visual.

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

    The general visual interactions setup for a visual.

    *)
}
Sourceval make : ?fieldWells:??? -> ?sortConfiguration:??? -> ?waterfallChartOptions:??? -> ?categoryAxisLabelOptions:??? -> ?categoryAxisDisplayOptions:??? -> ?primaryYAxisLabelOptions:??? -> ?primaryYAxisDisplayOptions:??? -> ?legend:??? -> ?dataLabels:??? -> ?visualPalette:??? -> ?colorConfiguration:??? -> ?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 String_.t | `Structure of (string * [> `Double of Double.t | `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 | `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 | `Long of Long.t | `String of String_.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