package chartjs

  1. Overview
  2. Docs

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.

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.