From 77faead4e948f901fa6ca9951f085bbe045bae68 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Mon, 7 Nov 2016 15:43:13 -0500 Subject: Updated vis library to 4.17 and also linked to only graph2d-timeline CSS and JS --- www/lib/vis/docs/data/dataset.html | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'www/lib/vis/docs/data/dataset.html') 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) { update, and remove, properties is always an object containing a property items, which contains an array with the ids of the affected - items. The update event has an extra field oldData - containing the original data of the updated items, and a field data - containing the changes: the properties of the items that are being updated. + items. The update and remove events have an extra + field oldData containing the original data of the items in the + dataset before the items were updated or removed. The update + event also contains a field data containing the changes: + the properties of the items that are being updated. -- cgit v1.2.3