From f6379f1d2f6358bab5b3a7163cb09370dd684616 Mon Sep 17 00:00:00 2001 From: sbosse Date: Mon, 21 Jul 2025 22:57:53 +0200 Subject: [PATCH] Mon 21 Jul 22:43:21 CEST 2025 --- .../vis/examples/network/data/datasets.html | 140 ++++++++++++++++++ 1 file changed, 140 insertions(+) create mode 100644 js/dos/ext/vis/examples/network/data/datasets.html 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:

+
+
+ + + + + +