From dc7fdaa67b57d08c9e274ff1734da9c2ab615209 Mon Sep 17 00:00:00 2001 From: jos Date: Fri, 30 Oct 2015 10:41:11 +0100 Subject: [PATCH] Updated docs on DataSet.get() and DataView.get(). See #1401 --- docs/data/dataset.html | 2 +- docs/data/dataview.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.