From 05e761abca3ff42dbba371af0560b82707dfe7c0 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Fri, 28 Oct 2016 13:31:36 -0700 Subject: updated vis --- .../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..191ad22d --- /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