dynamic

enables the dynamic mode for a chart

boolean dynamic;

Example

webix.ui({
    id: "chart",
    view:"chart",
    type:"line",
    value:"#yValue#",
    dynamic: true
});

Related samples

See also
Back to top
If you have not checked yet, be sure to visit site of our main product Webix ui widget library and page of javascript charting product.