Module Values_0.SparklinesOptionsSource

The options for sparklines in a table.

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

    The field ID of the value column that the sparkline is applied to.

    *)
  2. xAxisField : DimensionField.t;
  3. yAxisBehavior : SparklineAxisBehavior.t option;
    (*

    Determines whether the Y axis is shared across all sparklines or independent for each sparkline.

    *)
  4. visualType : SparklineVisualType.t option;
    (*

    The type of the sparkline. Valid values are LINE and AREA_LINE.

    *)
  5. lineColor : HexColor.t option;
    (*

    The color of the sparkline line.

    *)
  6. lineInterpolation : LineInterpolation.t option;
    (*

    The interpolation style for the sparkline line.

    *)
  7. allPointsMarker : LineChartMarkerStyleSettings.t option;
  8. maxValueMarker : LineChartMarkerStyleSettings.t option;
  9. minValueMarker : LineChartMarkerStyleSettings.t option;
}
Sourceval context_ : string
Sourceval make : ?yAxisBehavior:??? -> ?visualType:??? -> ?lineColor:??? -> ?lineInterpolation:??? -> ?allPointsMarker:??? -> ?maxValueMarker:??? -> ?minValueMarker:??? -> fieldId:FieldId.t -> xAxisField:DimensionField.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of FieldId.t | `Structure of (string * [> `Enum of string | `String of PixelLength.t | `Structure of (string * [> `Enum of string | `String of FieldId.t | `Structure of (string * [> `String of DataSetIdentifier.t | `Structure of (string * [> `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 ]
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