summaryrefslogtreecommitdiff
path: root/www/lib/vis/docs/data/dataset.html
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2016-11-07 15:43:13 -0500
committerPliable Pixels <pliablepixels@gmail.com>2016-11-07 15:43:13 -0500
commit77faead4e948f901fa6ca9951f085bbe045bae68 (patch)
tree3f059e5e76ec5c037c7b2c76e53895a8a337fa3e /www/lib/vis/docs/data/dataset.html
parent5b80d3916cd91d630a0142f76a87b4863b714203 (diff)
Updated vis library to 4.17 and also linked to only graph2d-timeline CSS and JS
Diffstat (limited to 'www/lib/vis/docs/data/dataset.html')
-rw-r--r--www/lib/vis/docs/data/dataset.html8
1 files changed, 5 insertions, 3 deletions
diff --git a/www/lib/vis/docs/data/dataset.html b/www/lib/vis/docs/data/dataset.html
index 3f90ead4..af0f2b4d 100644
--- a/www/lib/vis/docs/data/dataset.html
+++ b/www/lib/vis/docs/data/dataset.html
@@ -598,9 +598,11 @@ function (event, properties, senderId) {
<code>update</code>, and <code>remove</code>,
<code>properties</code> is always an object containing a property
<code>items</code>, which contains an array with the ids of the affected
- items. The <code>update</code> event has an extra field <code>oldData</code>
- containing the original data of the updated items, and a field <code>data</code>
- containing the changes: the properties of the items that are being updated.
+ items. The <code>update</code> and <code>remove</code> events have an extra
+ field <code>oldData</code> containing the original data of the items in the
+ dataset before the items were updated or removed. The <code>update</code>
+ event also contains a field <code>data</code> containing the changes:
+ the properties of the items that are being updated.
</td>
</tr>
<tr>