ZingChart does not have a two-way data binding, so modifications to the data object after rendering are not affected.
However, ZingChart does have an API with a lot of killers. If you are trying to add values ββto a series, try the appendseriesvalues method . It should look something like this ...
zingchart.exec("your_chart_id", "appendseriesvalues", {
values: [xVal,yVal]
});
, setInterval .
ZingChart. , .