From b28028ac4082842143b0f528d6bc539da6ccb419 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Thu, 21 Sep 2017 12:49:18 -0400 Subject: mega changes, including updates and X --- .../exampleApplications/worldCupPerformance.html | 98 ++++++++++++++++++++++ 1 file changed, 98 insertions(+) create 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 new file mode 100644 index 00000000..7de0667b --- /dev/null +++ b/www/lib/vis/examples/network/exampleApplications/worldCupPerformance.html @@ -0,0 +1,98 @@ + + + + + + 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