package c3

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type kind = [
  1. | `Line
  2. | `Spline
  3. | `Area
  4. | `Area_spline
  5. | `Area_step
  6. | `Bar
]
val string_of_kind : kind -> string
type t
val make : points:(float * float) list -> label:string -> ?kind:kind -> unit -> t