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/worldCupPerformance.html | 98 ---------------------- 1 file changed, 98 deletions(-) delete mode 100644 www/lib/vis/examples/network/exampleApplications/worldCupPerformance.html (limited to 'www/lib/vis/examples/network/exampleApplications/worldCupPerformance.html') 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