Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
inherit Chartjs.updateConfig
method preservation : bool Js_of_ocaml.Js.t Js_of_ocaml.Js.optdef_prop
A problem with calling the update function for stream data feeds is that it can disrupt smooth transition because an update call interrupts the current animation and initiates a new one. To avoid this, this plugin added the preservation config property for the update function. If it is set to true
, the current animation won't be interrupted and new data can be added without initiating a new animation.