diff --git a/docs/graph2d.html b/docs/graph2d.html index d4702cf0..05ab0579 100644 --- a/docs/graph2d.html +++ b/docs/graph2d.html @@ -118,7 +118,7 @@ For backwards compatibility, groups and options can be interchanged.
Data, options and groups can be set or changed later on using the functions
- Graph2d.setData(data)
, Graph2d.setOptions(options)
and Graph2d.setGroups(groups)
.
+ Graph2d.setItems(data)
, Graph2d.setOptions(options)
and Graph2d.setGroups(groups)
.