package statocaml_plots

  1. Overview
  2. Docs

Module Plots.MakeSource

Parameters

module P : T.S

Signature

Sourceval bar_chart : Plot.gp -> ?with_titles:bool -> ?legend_pos:string -> (float * string * string) list -> unit Lwt.t
Sourceval bar_chart_svg : ?title:string -> ?w:int -> ?h:int -> ?with_titles:bool -> ?legend_pos:string -> (float * string * string) list -> Statocaml_plots.Utils.Xr.P.attr_value Lwt.t
Sourceval gen_activity_graph : string -> ?w:int -> ?h:int -> ((P.dated -> float) * string * string) list -> P.profile -> Statocaml_plots.Utils.Xr.P.attr_value Lwt.t
Sourceval spider_title : string
Sourceval gen_profile_spider_subsys : P.gstats -> P.max -> 'a -> P.dated -> Statocaml_plots.Utils.Xr.P.attr_value Lwt.t
Sourceval gen_profile_spider_activity : P.gstats -> P.max -> 'a -> P.dated -> Statocaml_plots.Utils.Xr.P.attr_value Lwt.t
Sourcetype monthly_activity_param = {
  1. after : Ptime.t option;
  2. before : Ptime.t option;
  3. show_commits : bool;
  4. show_issues : bool;
  5. show_prs : bool;
  6. sliding_period : int option;
}
Sourceval default_monthly_activity_param : monthly_activity_param
Sourceval monthly_activity_param_wrapper : monthly_activity_param Ocf.Wrapper.t
Sourceval monthly_activity : Plot.gp -> ?after:Ptime.t -> ?before:Ptime.t -> ?sliding_period:int -> ?show_prs:bool -> ?show_issues:bool -> ?show_commits:bool -> P.t -> unit Lwt.t
Sourceval monthly_activity_json : P.t Json.plotter
Sourceval date_title_complement : ?after:(int * int * int) -> ?before:(int * int * int) -> unit -> string option
Sourceval plot_activity_by_month : outdir:string -> ?after:Ptime.t -> ?before:Ptime.t -> ?prefix:string -> ?events:Statocaml__Types.event list -> GH.Types.issue list -> GH.Types.commit list -> (string * string) Lwt.t
Sourceval plot_issue_closing_delays : outdir:string -> ?after:Ptime.t -> ?before:Ptime.t -> ?prefix:string -> ?events:Statocaml__Types.event list -> GH.Types.issue list -> (string * string) Lwt.t
Sourceval plot_first_commit_by_month : outdir:string -> ?after:Ptime.t -> ?before:Ptime.t -> ?prefix:string -> ?events:Statocaml__Types.event list -> Ptime.t S.Smap.t -> (string * string) Lwt.t
Sourcemodule Closing : sig ... end
Sourceval plot_closing_delay_distribution : outdir:string -> ?prefix:string -> P.t -> (string * string) list Lwt.t
Sourcemodule Contrib : sig ... end
Sourcemodule R : sig ... end
Sourceval plotters : (string * P.t Json.plotter) list
Sourceval generate_from_json : ?dir:string -> Yojson.Safe.t -> P.t -> (Statocaml_plots__Json.plot_param * Plot.gp) list Lwt.t