package chartjs

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

Data points are spread according to their time (distances can vary).

val series : t Js_of_ocaml.Js.t

Data points are spread at the same distance from each other.

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