Class type Chartjs.animationItem

method chart : chart Js_of_ocaml.Js.t Js_of_ocaml.Js.readonly_prop

Chart object.

method currentStep : float Js_of_ocaml.Js.readonly_prop

Current Animation frame number.

method numSteps : float Js_of_ocaml.Js.readonly_prop

Number of animation frames.

method render : chart Js_of_ocaml.Js.t -> animationItem Js_of_ocaml.Js.t -> unit Js_of_ocaml.Js.meth

Function that renders the chart.

method onAnimationProgress : animationItem Js_of_ocaml.Js.t -> unit Js_of_ocaml.Js.meth

User callback.

method onAnimationComplete : animationItem Js_of_ocaml.Js.t -> unit Js_of_ocaml.Js.meth

User callback.