animateDuration of ui.chart, Properties Webix Docs
sets the time of rendering the area/line of one chart item in dynamic mode
number animateDuration;
Example
webix.ui({
id: "chart",
view:"chart",
type:"line",
value:"#yValue#",
dynamic: true,
animateDuration:300
});
Default value:
400
Related samples
See also
Articles
If you have not checked yet, be sure to visit site of our main product Webix javascript dashboard framework and page of javascript charts product.