package chartjs-annotation

  1. Overview
  2. Docs
module Line_mode : sig ... end
module Draw_time : sig ... end
module Position : sig ... end
class type baseAnnotation = object ... end
class type label = object ... end
class type 'a lineAnnotation = object ... end
class type ['a, 'b] boxAnnotation = object ... end
class type annotation = object ... end
module CoerceTo : sig ... end
val empty_label : unit -> label Js_of_ocaml.Js.t
val empty_box_annotation : unit -> ('a, 'b) boxAnnotation Js_of_ocaml.Js.t
val empty_line_annotation : unit -> 'a lineAnnotation Js_of_ocaml.Js.t
val empty_annotation_config : unit -> annotation Js_of_ocaml.Js.t