From 35cb21fed594b47f37e4089e39dd8fb4db0839c4 Mon Sep 17 00:00:00 2001 From: sbosse Date: Mon, 21 Jul 2025 22:58:51 +0200 Subject: [PATCH] Mon 21 Jul 22:43:21 CEST 2025 --- .../worldCupPerformance.html | 98 +++++++++++++++++++ 1 file changed, 98 insertions(+) create mode 100644 js/dos/ext/vis/examples/network/exampleApplications/worldCupPerformance.html diff --git a/js/dos/ext/vis/examples/network/exampleApplications/worldCupPerformance.html b/js/dos/ext/vis/examples/network/exampleApplications/worldCupPerformance.html new file mode 100644 index 0000000..191ad22 --- /dev/null +++ b/js/dos/ext/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}} +

+
+ +
+ + + +