From 210e8feae2fb4842bfb2de38666e6c41671fef3c Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Wed, 27 Sep 2017 12:42:48 -0400 Subject: removed lib --- www/lib/vis/examples/network/data/datasets.html | 140 ------------------------ 1 file changed, 140 deletions(-) delete mode 100644 www/lib/vis/examples/network/data/datasets.html (limited to 'www/lib/vis/examples/network/data/datasets.html') diff --git a/www/lib/vis/examples/network/data/datasets.html b/www/lib/vis/examples/network/data/datasets.html deleted file mode 100644 index c4bb5f8f..00000000 --- a/www/lib/vis/examples/network/data/datasets.html +++ /dev/null @@ -1,140 +0,0 @@ - - - - Network | Dynamic Data - - - - - - - -

- You can change any settings you want while the network is initialized using the vis Dataset, setOptions and setData. Finally you can destroy the network and completely reinitialize it. -

- -

DataSet (change the data while it's loaded and initialzed):

-
-
-
-
-
- -

setOptions (change the global options):

-
- -

setData (reinitialize the data):

-
- -

Cleanly destroy the network and restart it:

-
-
- - - - - - -- cgit v1.2.3