Module Values_0.LineChartConfigurationSource

The configuration of a line chart.

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

    The field well configuration of a line chart.

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

    The sort configuration of a line chart.

    *)
  3. forecastConfigurations : ForecastConfigurationList.t option;
    (*

    The forecast configuration of a line chart.

    *)
  4. type_ : LineChartType.t option;
    (*

    Determines the type of the line chart.

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

    The small multiples setup for the visual.

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

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

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

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

    *)
  8. primaryYAxisDisplayOptions : LineSeriesAxisDisplayOptions.t option;
    (*

    The series axis configuration of a line chart.

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

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

    *)
  10. secondaryYAxisDisplayOptions : LineSeriesAxisDisplayOptions.t option;
    (*

    The series axis configuration of a line chart.

    *)
  11. secondaryYAxisLabelOptions : ChartAxisLabelOptions.t option;
    (*

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

    *)
  12. singleAxisOptions : SingleAxisOptions.t option;
  13. defaultSeriesSettings : LineChartDefaultSeriesSettings.t option;
    (*

    The options that determine the default presentation of all line series in LineChartVisual.

    *)
  14. series : SeriesItemList.t option;
    (*

    The series item configuration of a line chart.

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

    The legend configuration of a line chart.

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

    The data label configuration of a line chart.

    *)
  17. referenceLines : ReferenceLineList.t option;
    (*

    The reference lines configuration of a line chart.

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

    The tooltip configuration of a line chart.

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

    The default configuration of a line chart's contribution analysis.

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

    The visual palette configuration of a line chart.

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

    The general visual interactions setup for a visual.

    *)
}
Sourceval make : ?fieldWells:??? -> ?sortConfiguration:??? -> ?forecastConfigurations:??? -> ?type_:??? -> ?smallMultiplesOptions:??? -> ?xAxisDisplayOptions:??? -> ?xAxisLabelOptions:??? -> ?primaryYAxisDisplayOptions:??? -> ?primaryYAxisLabelOptions:??? -> ?secondaryYAxisDisplayOptions:??? -> ?secondaryYAxisLabelOptions:??? -> ?singleAxisOptions:??? -> ?defaultSeriesSettings:??? -> ?series:??? -> ?legend:??? -> ?dataLabels:??? -> ?referenceLines:??? -> ?tooltip:??? -> ?contributionAnalysisDefaults:??? -> ?visualPalette:??? -> ?interactions:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `String of DataSetIdentifier.t ]) list ] list | `String of FieldId.t | `Structure of (string * [> `Double of Double.t | `Enum of string | `Integer of PeriodsForward.t | `String of FieldId.t | `Structure of (string * [> `Double of Double.t | `Enum of string | `String of NonEmptyString.t | `Structure of (string * [> `Enum of string | `String of PixelLength.t | `Structure of (string * [> `Double of PercentileValue.t | `Enum of string | `String of String_.t | `Structure of (string * [> `Double of PercentileValue.t | `Enum of string | `Long of DecimalPlaces.t | `String of NullString.t | `Structure of (string * [> `Enum of string ]) list ]) list ]) list ]) list | `Timestamp of Timestamp.t ]) list ]) list ]) 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 * [> `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 | `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 * [> `Double of Double.t | `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 | `Structure of (string * [> `Double of Double.t | `Enum of string | `Integer of Integer.t | `String of PixelLength.t ]) list ]) 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