package chartjs-streaming

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module Axis : sig ... end
class type updateConfig = object ... end
class type streaming = object ... end
val empty_update_config : ?preservation:bool -> unit -> updateConfig Js_of_ocaml.Js.t
val empty_streaming_config : unit -> streaming Js_of_ocaml.Js.t
val set_to_chart_options : Chartjs.chartOptions Js_of_ocaml.Js.t -> streaming Js_of_ocaml.Js.t -> unit
val set_globally : streaming Js_of_ocaml.Js.t -> unit