package c3

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t
type colour = string
val make : ?min:float -> ?max:float -> ?units:string -> ?width:int -> ?thresholds:(float * colour) list -> value:float -> label:string -> unit -> t
type display
val render : bindto:string -> t -> display