package statocaml_plots

  1. Overview
  2. Docs

Module Make.ContribSource

Sourceval point_char : string
Sourceval xml_text_node_contents : Xtmpl.Rewrite.tree list -> string option
Sourceval svg_add_info : (int -> Iri.t) -> Xtmpl.Rewrite.tree list -> Xtmpl.Rewrite.tree list
Sourceval prepare_data : ?after:Ptime.t -> ?before:Ptime.t -> ?release:string -> P.t -> (P.profile * Statocaml.Iset.t * Statocaml.Iset.t * Statocaml.Iset.t * Statocaml.Iset.t) list
Sourceval plot : Plot.gp -> ?with_node_info:bool -> ?after:Ptime.t -> ?before:Ptime.t -> ?period_name:'a -> ?release:string -> P.t -> unit Lwt.t
Sourcetype param = {
  1. after : Ptime.t option;
  2. before : Ptime.t option;
  3. period_name : string option;
  4. release : string option;
  5. with_node_info : bool;
}
Sourceval default_param : param
Sourceval param_wrapper : param Ocf.Wrapper.t
Sourceval wrap_param : (Plot.gp -> ?with_node_info:bool -> ?after:Ptime.t -> ?before:Ptime.t -> ?period_name:string -> ?release:string -> 'a -> unit Lwt.t) -> 'a Json.plotter
Sourceval plot_json : P.t Json.plotter
OCaml

Innovation. Community. Security.