package chartjs

  1. Overview
  2. Docs
type t
val _false : t Js_of_ocaml.Js.t

No Step Interpolation.

val _true : t Js_of_ocaml.Js.t

Step-before Interpolation (same as before).

val before : t Js_of_ocaml.Js.t

Step-before Interpolation.

val after : t Js_of_ocaml.Js.t

Step-after Interpolation.

val middle : t Js_of_ocaml.Js.t

Step-middle Interpolation.

val of_bool : bool -> t Js_of_ocaml.Js.t
val of_string : string -> t Js_of_ocaml.Js.t