Check documentation for the
latest version of dhtmlxSuite
update DHTMLX Docs
Samples
Forum
Support
Documentation
/
Suite 5.X
add
addSeries
attachEvent
clearAll
clearSeries
dataCount
define
destructor
detachEvent
exists
filter
first
get
group
hideSeries
idByIndex
indexById
last
load
next
parse
previous
refresh
remove
render
serialize
set
showSeries
sort
ungroup
update
Start
Chart
dhtmlXChart API
Methods
update
updates some item in the chart
void
update
(
string
id
,
object
data
);
id
string
id of item
data
object
data object
Example
chart.
update
(
123
,
{
text
:
"abc"
,
value
:
22
}
)
;
Back to top