diff --git a/docs/data/dataset.html b/docs/data/dataset.html index 0170e915..a9426ce1 100644 --- a/docs/data/dataset.html +++ b/docs/data/dataset.html @@ -312,7 +312,7 @@ var data = new vis.DataSet([data] [, options]) Object | Array Get a single item, multiple items, or all items from the DataSet. - Usage examples can be found in section Getting Data, and the available options are described in section Data Selection. + Usage examples can be found in section Getting Data, and the available options are described in section Data Selection. When no item is found, null is returned when a single item was requested, and and empty Array is returned in case of multiple id's. diff --git a/docs/data/dataview.html b/docs/data/dataview.html index bdbd25a1..9a98f7f2 100644 --- a/docs/data/dataview.html +++ b/docs/data/dataview.html @@ -248,7 +248,7 @@ var data = new vis.DataView(dataset, options) Object | Array Get a single item, multiple items, or all items from the DataView. - Usage examples can be found in section Getting Data, and the available options are described in section Data Selection. + Usage examples can be found in section Getting Data, and the available options are described in section Data Selection. When no item is found, null is returned when a single item was requested, and and empty Array is returned in case of multiple id's.