diff --git a/js/dos/ext/vis/examples/network/data/datasets.html b/js/dos/ext/vis/examples/network/data/datasets.html new file mode 100644 index 0000000..df93b81 --- /dev/null +++ b/js/dos/ext/vis/examples/network/data/datasets.html @@ -0,0 +1,140 @@ + + + + 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:

+
+
+ + + + + +