Module Values_0.PieChartConfigurationSource

The configuration of a pie chart.

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

    The field wells of the visual.

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

    The sort configuration of a pie chart.

    *)
  3. donutOptions : DonutOptions.t option;
    (*

    The options that determine the shape of the chart. This option determines whether the chart is a pie chart or a donut chart.

    *)
  4. smallMultiplesOptions : SmallMultiplesOptions.t option;
    (*

    The small multiples setup for the visual.

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

    The label options of the group/color that is displayed in a pie chart.

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

    The label options for the value that is displayed in a pie chart.

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

    The legend display setup of the visual.

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

    The options that determine if visual data labels are displayed.

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

    The tooltip display setup of the visual.

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

    The palette (chart color) display setup of the visual.

    *)
  11. contributionAnalysisDefaults : ContributionAnalysisDefaultList.t option;
    (*

    The contribution analysis (anomaly configuration) setup of the visual.

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

    The general visual interactions setup for a visual.

    *)
}
Sourceval make : ?fieldWells:??? -> ?sortConfiguration:??? -> ?donutOptions:??? -> ?smallMultiplesOptions:??? -> ?categoryLabelOptions:??? -> ?valueLabelOptions:??? -> ?legend:??? -> ?dataLabels:??? -> ?tooltip:??? -> ?visualPalette:??? -> ?contributionAnalysisDefaults:??? -> ?interactions:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `List of [> `Structure of (string * [> `String of DataSetIdentifier.t ]) list ] list | `String of FieldId.t ]) list ] list | `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 | `Long of VisiblePanelRows.t | `String of PixelLength.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 PixelLength.t | `Structure of (string * [> `Enum of string | `String of HexColor.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 ]) 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