Module Values_0.NumericAxisOptionsSource

The options for an axis with a numeric field.

Sourcetype nonrec t = {
  1. scale : AxisScale.t option;
    (*

    The scale setup of a numeric axis.

    *)
  2. range : AxisDisplayRange.t option;
    (*

    The range setup of a numeric axis.

    *)
}
Sourceval make : ?scale:??? -> ?range:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Structure of (string * [> `Double of Double.t | `Integer of Integer.t ]) 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