Legend:
Library
Module
Module type
Parameter
Class
Class type
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 of_axis :
Chartjs.axis Js_of_ocaml.Js.t ->
streaming Js_of_ocaml.Js.t Js_of_ocaml.Js.optdef
val of_chart_options :
Chartjs.chartOptions Js_of_ocaml.Js.t ->
streaming Js_of_ocaml.Js.t Js_of_ocaml.Js.optdef
val of_global : unit -> streaming Js_of_ocaml.Js.t Js_of_ocaml.Js.optdef
val set_to_axis :
Chartjs.axis Js_of_ocaml.Js.t ->
streaming Js_of_ocaml.Js.t ->
unit
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