From 210e8feae2fb4842bfb2de38666e6c41671fef3c Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Wed, 27 Sep 2017 12:42:48 -0400 Subject: removed lib --- .../exampleApplications/disassemblerExample.html | 67 --- .../network/exampleApplications/lesMiserables.html | 396 ---------------- .../network/exampleApplications/loadingBar.html | 504 --------------------- .../neighbourhoodHighlight.html | 162 ------- .../network/exampleApplications/nodeLegend.html | 163 ------- .../exampleApplications/worldCupPerformance.html | 98 ---- 6 files changed, 1390 deletions(-) delete mode 100644 www/lib/vis/examples/network/exampleApplications/disassemblerExample.html delete mode 100644 www/lib/vis/examples/network/exampleApplications/lesMiserables.html delete mode 100644 www/lib/vis/examples/network/exampleApplications/loadingBar.html delete mode 100644 www/lib/vis/examples/network/exampleApplications/neighbourhoodHighlight.html delete mode 100644 www/lib/vis/examples/network/exampleApplications/nodeLegend.html delete mode 100644 www/lib/vis/examples/network/exampleApplications/worldCupPerformance.html (limited to 'www/lib/vis/examples/network/exampleApplications') diff --git a/www/lib/vis/examples/network/exampleApplications/disassemblerExample.html b/www/lib/vis/examples/network/exampleApplications/disassemblerExample.html deleted file mode 100644 index 8ecd8e39..00000000 --- a/www/lib/vis/examples/network/exampleApplications/disassemblerExample.html +++ /dev/null @@ -1,67 +0,0 @@ - - - - - - - -

Use VisJS to diagram the Control-Flow-Graph (CFG) of a function from -a program you wish to analyze.

-


- - - diff --git a/www/lib/vis/examples/network/exampleApplications/lesMiserables.html b/www/lib/vis/examples/network/exampleApplications/lesMiserables.html deleted file mode 100644 index b97c32b0..00000000 --- a/www/lib/vis/examples/network/exampleApplications/lesMiserables.html +++ /dev/null @@ -1,396 +0,0 @@ - - - - Network | Les miserables - - - - - - - - - - - -

- Relations between the characters of "Les miserables". -

- -
- - diff --git a/www/lib/vis/examples/network/exampleApplications/loadingBar.html b/www/lib/vis/examples/network/exampleApplications/loadingBar.html deleted file mode 100644 index 519289e4..00000000 --- a/www/lib/vis/examples/network/exampleApplications/loadingBar.html +++ /dev/null @@ -1,504 +0,0 @@ - - - - Network | Les miserables - - - - - - - - - - - -

- With the new stabilization events you can implement your own custom loading bar for all those long loading times! -

- -
-
-
-
-
0%
-
-
-
-
-
-
- - diff --git a/www/lib/vis/examples/network/exampleApplications/neighbourhoodHighlight.html b/www/lib/vis/examples/network/exampleApplications/neighbourhoodHighlight.html deleted file mode 100644 index 8e05d482..00000000 --- a/www/lib/vis/examples/network/exampleApplications/neighbourhoodHighlight.html +++ /dev/null @@ -1,162 +0,0 @@ - - - - Network | Static smooth curves - World Cup Network - - - - - - - - - - - - -

Dynamic Data - Neighbourhood Highlight

-
- This example shows the power of the DataSet. Once a node is clicked, all nodes are greyed out except for the first and second order connected nodes. - In this example we show how you can determine the order of connection per node as well as applying individual styling to the nodes based on whether or not - they are connected to the selected node. The code doing the highlighting only takes about 1ms, the rest of the time is the redrawing of the network (9200 edges..). -

-
- -
- - - - diff --git a/www/lib/vis/examples/network/exampleApplications/nodeLegend.html b/www/lib/vis/examples/network/exampleApplications/nodeLegend.html deleted file mode 100644 index 69769d9b..00000000 --- a/www/lib/vis/examples/network/exampleApplications/nodeLegend.html +++ /dev/null @@ -1,163 +0,0 @@ - - - - Network | Images - - - - - - - - - - - - -
- - - - \ No newline at end of file diff --git a/www/lib/vis/examples/network/exampleApplications/worldCupPerformance.html b/www/lib/vis/examples/network/exampleApplications/worldCupPerformance.html deleted file mode 100644 index 7de0667b..00000000 --- a/www/lib/vis/examples/network/exampleApplications/worldCupPerformance.html +++ /dev/null @@ -1,98 +0,0 @@ - - - - - - Network | Static smooth curves - World Cup Network - - - - - - - - - - - - -

Performance - World Cup Network

- -
- This example shows the performance of vis with a larger network. The edges in - particular (~9200) are very computationally intensive - to draw. Drag and hold the graph to see the performance difference if the - edges are hidden. -

- We use the following physics configuration:
- {barnesHut: {gravitationalConstant: -80000, springConstant: 0.001, - springLength: 200}} -

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