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 --- .../examples/network/other/animationShowcase.html | 2 +- .../network/other/changingClusteredEdgesNodes.html | 107 +++++++++++++ www/lib/vis/examples/network/other/clustering.html | 2 +- .../examples/network/other/clusteringByZoom.html | 2 +- .../examples/network/other/clustersOfclusters.html | 75 +++++++++ .../vis/examples/network/other/configuration.html | 2 +- .../vis/examples/network/other/manipulation.html | 29 +++- www/lib/vis/examples/network/other/navigation.html | 4 +- .../vis/examples/network/other/performance.html | 2 +- .../vis/examples/network/other/saveAndLoad.html | 177 +++++++++++++++++++++ 10 files changed, 391 insertions(+), 11 deletions(-) create mode 100644 www/lib/vis/examples/network/other/changingClusteredEdgesNodes.html create mode 100644 www/lib/vis/examples/network/other/clustersOfclusters.html create mode 100644 www/lib/vis/examples/network/other/saveAndLoad.html (limited to 'www/lib/vis/examples/network/other') diff --git a/www/lib/vis/examples/network/other/animationShowcase.html b/www/lib/vis/examples/network/other/animationShowcase.html index d68ef75e..1e0d82ae 100644 --- a/www/lib/vis/examples/network/other/animationShowcase.html +++ b/www/lib/vis/examples/network/other/animationShowcase.html @@ -36,7 +36,7 @@ - + + + + + + + + + + +

+Demonstrating getBaseEdge, getClusteredEdges updateEdge and updateClusteredNode.

+

+ +
+

+
+
+
+
+
diff --git a/www/lib/vis/examples/network/other/clustering.html b/www/lib/vis/examples/network/other/clustering.html
index 2f2eb8eb..bd68c42f 100644
--- a/www/lib/vis/examples/network/other/clustering.html
+++ b/www/lib/vis/examples/network/other/clustering.html
@@ -4,7 +4,7 @@
   Network | Clustering
 
   
-  
+  
 
   
+
+
+

+ Clusters can contain other clusters, but clusters of a single node is only possible by adding +

allowSingleNodeCluster: true
+to clusterNodeProperties
+In this example repeatedly clicking on the node with open the Clusters. +

+
+
+ + + diff --git a/www/lib/vis/examples/network/other/configuration.html b/www/lib/vis/examples/network/other/configuration.html index 74bf9e79..a13470d4 100644 --- a/www/lib/vis/examples/network/other/configuration.html +++ b/www/lib/vis/examples/network/other/configuration.html @@ -29,7 +29,7 @@ - + - + - +

Editing the nodes and edges (localized)

The localization is only relevant to the manipulation buttons. @@ -148,8 +165,13 @@

@@ -169,4 +191,3 @@ - diff --git a/www/lib/vis/examples/network/other/navigation.html b/www/lib/vis/examples/network/other/navigation.html index 3d7eda25..760bb539 100644 --- a/www/lib/vis/examples/network/other/navigation.html +++ b/www/lib/vis/examples/network/other/navigation.html @@ -29,7 +29,7 @@ - + - + + + + + + + + +

+ In this example, the network data can be exported to JSON and imported back into the network. + + Try this out by exporting the network to JSON, clearing the network and then importing it again. The nodes will all appear in the same position as they were before the network was destroyed. +

+ +
+ +
+ + + + +
+ + + + \ No newline at end of file -- cgit v1.2.3