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.
- Clicking on the cluster will change it to a star (updateClusteredNode).
+- Clicking on an edge will make it red regardless of whether it is a clusteredEdge or not (updateEdge)
+- Clicking on an edge will also show the results of getBaseEdge and getClusteredEdge
+
+
+
+
+
+
+
+
+
+