Check documentation for the latest version of dhtmlxSuite update DHTMLX Docs

update

updates some item in the chart

void update(string id,object data);
idstringid of item
dataobjectdata object

Example

chart.update(123, { text:"abc", value:22 });

Back to top