Module Values_0.ContributionAnalysisDefaultSource

The contribution analysis visual display for a line, pie, or bar chart.

Sourcetype nonrec t = {
  1. measureFieldId : FieldId.t;
    (*

    The measure field that is used in the contribution analysis.

    *)
  2. contributorDimensions : ContributorDimensionList.t;
    (*

    The dimensions columns that are used in the contribution analysis, usually a list of ColumnIdentifiers.

    *)
}
Sourceval context_ : string
Sourceval make : measureFieldId:FieldId.t -> contributorDimensions:ContributorDimensionList.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `String of DataSetIdentifier.t ]) list ] list | `String of FieldId.t ]) 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